homepage-frontend/flow-typed/npm/react-fontawesome_vx.x.x.js

54 lines
1.6 KiB
JavaScript
Raw Normal View History

2018-01-18 18:53:38 +00:00
// flow-typed signature: 276237d4f300ad856867fe07eb9b3403
// flow-typed version: <<STUB>>/react-fontawesome_v^1.6.1/flow_v0.63.1
/**
* This is an autogenerated libdef stub for:
*
* 'react-fontawesome'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'react-fontawesome' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'react-fontawesome/examples/index' {
declare module.exports: any;
}
declare module 'react-fontawesome/examples/webpack.config' {
declare module.exports: any;
}
declare module 'react-fontawesome/lib/index' {
declare module.exports: any;
}
declare module 'react-fontawesome/lib/screen-reader-styles' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-fontawesome/examples/index.js' {
declare module.exports: $Exports<'react-fontawesome/examples/index'>;
}
declare module 'react-fontawesome/examples/webpack.config.js' {
declare module.exports: $Exports<'react-fontawesome/examples/webpack.config'>;
}
declare module 'react-fontawesome/lib/index.js' {
declare module.exports: $Exports<'react-fontawesome/lib/index'>;
}
declare module 'react-fontawesome/lib/screen-reader-styles.js' {
declare module.exports: $Exports<'react-fontawesome/lib/screen-reader-styles'>;
}