Skip to content

Commit ed59cd7

Browse files
committed
Stub flow-typed for theming and prop-types
1 parent 923892c commit ed59cd7

2 files changed

Lines changed: 245 additions & 0 deletions

File tree

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
// flow-typed signature: 15f1dbaabcfdc41488335743c4ebcc75
2+
// flow-typed version: <<STUB>>/prop-types_v15.5.10/flow_v0.44.2
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'prop-types'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'prop-types' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'prop-types/checkPropTypes' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'prop-types/factory' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'prop-types/factoryWithThrowingShims' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'prop-types/factoryWithTypeCheckers' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'prop-types/lib/ReactPropTypesSecret' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'prop-types/prop-types' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'prop-types/prop-types.min' {
50+
declare module.exports: any;
51+
}
52+
53+
// Filename aliases
54+
declare module 'prop-types/checkPropTypes.js' {
55+
declare module.exports: $Exports<'prop-types/checkPropTypes'>;
56+
}
57+
declare module 'prop-types/factory.js' {
58+
declare module.exports: $Exports<'prop-types/factory'>;
59+
}
60+
declare module 'prop-types/factoryWithThrowingShims.js' {
61+
declare module.exports: $Exports<'prop-types/factoryWithThrowingShims'>;
62+
}
63+
declare module 'prop-types/factoryWithTypeCheckers.js' {
64+
declare module.exports: $Exports<'prop-types/factoryWithTypeCheckers'>;
65+
}
66+
declare module 'prop-types/index' {
67+
declare module.exports: $Exports<'prop-types'>;
68+
}
69+
declare module 'prop-types/index.js' {
70+
declare module.exports: $Exports<'prop-types'>;
71+
}
72+
declare module 'prop-types/lib/ReactPropTypesSecret.js' {
73+
declare module.exports: $Exports<'prop-types/lib/ReactPropTypesSecret'>;
74+
}
75+
declare module 'prop-types/prop-types.js' {
76+
declare module.exports: $Exports<'prop-types/prop-types'>;
77+
}
78+
declare module 'prop-types/prop-types.min.js' {
79+
declare module.exports: $Exports<'prop-types/prop-types.min'>;
80+
}

flow-typed/npm/theming_vx.x.x.js

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
// flow-typed signature: 0b2dbbd7a0e7a4a61efa8f5cb564e5d5
2+
// flow-typed version: <<STUB>>/theming_v1.1.0/flow_v0.44.2
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'theming'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'theming' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'theming/dist/cjs/channel' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'theming/dist/cjs/create-theme-listener' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'theming/dist/cjs/create-theme-provider' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'theming/dist/cjs/create-with-theme' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'theming/dist/cjs/index' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'theming/dist/esm/channel' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'theming/dist/esm/create-theme-listener' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'theming/dist/esm/create-theme-provider' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'theming/dist/esm/create-with-theme' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module 'theming/dist/esm/index' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module 'theming/src/channel' {
66+
declare module.exports: any;
67+
}
68+
69+
declare module 'theming/src/create-theme-listener' {
70+
declare module.exports: any;
71+
}
72+
73+
declare module 'theming/src/create-theme-listener.test' {
74+
declare module.exports: any;
75+
}
76+
77+
declare module 'theming/src/create-theme-provider' {
78+
declare module.exports: any;
79+
}
80+
81+
declare module 'theming/src/create-theme-provider.test' {
82+
declare module.exports: any;
83+
}
84+
85+
declare module 'theming/src/create-with-theme' {
86+
declare module.exports: any;
87+
}
88+
89+
declare module 'theming/src/create-with-theme.test' {
90+
declare module.exports: any;
91+
}
92+
93+
declare module 'theming/src/index' {
94+
declare module.exports: any;
95+
}
96+
97+
declare module 'theming/src/index.test' {
98+
declare module.exports: any;
99+
}
100+
101+
declare module 'theming/src/test-helpers' {
102+
declare module.exports: any;
103+
}
104+
105+
// Filename aliases
106+
declare module 'theming/dist/cjs/channel.js' {
107+
declare module.exports: $Exports<'theming/dist/cjs/channel'>;
108+
}
109+
declare module 'theming/dist/cjs/create-theme-listener.js' {
110+
declare module.exports: $Exports<'theming/dist/cjs/create-theme-listener'>;
111+
}
112+
declare module 'theming/dist/cjs/create-theme-provider.js' {
113+
declare module.exports: $Exports<'theming/dist/cjs/create-theme-provider'>;
114+
}
115+
declare module 'theming/dist/cjs/create-with-theme.js' {
116+
declare module.exports: $Exports<'theming/dist/cjs/create-with-theme'>;
117+
}
118+
declare module 'theming/dist/cjs/index.js' {
119+
declare module.exports: $Exports<'theming/dist/cjs/index'>;
120+
}
121+
declare module 'theming/dist/esm/channel.js' {
122+
declare module.exports: $Exports<'theming/dist/esm/channel'>;
123+
}
124+
declare module 'theming/dist/esm/create-theme-listener.js' {
125+
declare module.exports: $Exports<'theming/dist/esm/create-theme-listener'>;
126+
}
127+
declare module 'theming/dist/esm/create-theme-provider.js' {
128+
declare module.exports: $Exports<'theming/dist/esm/create-theme-provider'>;
129+
}
130+
declare module 'theming/dist/esm/create-with-theme.js' {
131+
declare module.exports: $Exports<'theming/dist/esm/create-with-theme'>;
132+
}
133+
declare module 'theming/dist/esm/index.js' {
134+
declare module.exports: $Exports<'theming/dist/esm/index'>;
135+
}
136+
declare module 'theming/src/channel.js' {
137+
declare module.exports: $Exports<'theming/src/channel'>;
138+
}
139+
declare module 'theming/src/create-theme-listener.js' {
140+
declare module.exports: $Exports<'theming/src/create-theme-listener'>;
141+
}
142+
declare module 'theming/src/create-theme-listener.test.js' {
143+
declare module.exports: $Exports<'theming/src/create-theme-listener.test'>;
144+
}
145+
declare module 'theming/src/create-theme-provider.js' {
146+
declare module.exports: $Exports<'theming/src/create-theme-provider'>;
147+
}
148+
declare module 'theming/src/create-theme-provider.test.js' {
149+
declare module.exports: $Exports<'theming/src/create-theme-provider.test'>;
150+
}
151+
declare module 'theming/src/create-with-theme.js' {
152+
declare module.exports: $Exports<'theming/src/create-with-theme'>;
153+
}
154+
declare module 'theming/src/create-with-theme.test.js' {
155+
declare module.exports: $Exports<'theming/src/create-with-theme.test'>;
156+
}
157+
declare module 'theming/src/index.js' {
158+
declare module.exports: $Exports<'theming/src/index'>;
159+
}
160+
declare module 'theming/src/index.test.js' {
161+
declare module.exports: $Exports<'theming/src/index.test'>;
162+
}
163+
declare module 'theming/src/test-helpers.js' {
164+
declare module.exports: $Exports<'theming/src/test-helpers'>;
165+
}

0 commit comments

Comments
 (0)