|
| 1 | +// flow-typed signature: 62fa329df9e5bc3feca8a833742c6dad |
| 2 | +// flow-typed version: <<STUB>>/babel-plugin-flow-react-proptypes_v^2.2.1/flow_v0.62.0 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * 'babel-plugin-flow-react-proptypes' |
| 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 'babel-plugin-flow-react-proptypes' { |
| 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 'babel-plugin-flow-react-proptypes/lib/convertToPropTypes' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 29 | +declare module 'babel-plugin-flow-react-proptypes/lib/index' { |
| 30 | + declare module.exports: any; |
| 31 | +} |
| 32 | + |
| 33 | +declare module 'babel-plugin-flow-react-proptypes/lib/makePropTypesAst' { |
| 34 | + declare module.exports: any; |
| 35 | +} |
| 36 | + |
| 37 | +declare module 'babel-plugin-flow-react-proptypes/lib/util' { |
| 38 | + declare module.exports: any; |
| 39 | +} |
| 40 | + |
| 41 | +// Filename aliases |
| 42 | +declare module 'babel-plugin-flow-react-proptypes/lib/convertToPropTypes.js' { |
| 43 | + declare module.exports: $Exports<'babel-plugin-flow-react-proptypes/lib/convertToPropTypes'>; |
| 44 | +} |
| 45 | +declare module 'babel-plugin-flow-react-proptypes/lib/index.js' { |
| 46 | + declare module.exports: $Exports<'babel-plugin-flow-react-proptypes/lib/index'>; |
| 47 | +} |
| 48 | +declare module 'babel-plugin-flow-react-proptypes/lib/makePropTypesAst.js' { |
| 49 | + declare module.exports: $Exports<'babel-plugin-flow-react-proptypes/lib/makePropTypesAst'>; |
| 50 | +} |
| 51 | +declare module 'babel-plugin-flow-react-proptypes/lib/util.js' { |
| 52 | + declare module.exports: $Exports<'babel-plugin-flow-react-proptypes/lib/util'>; |
| 53 | +} |
0 commit comments