homepage-frontend/flow-typed/npm/file-loader_vx.x.x.js

40 lines
1.0 KiB
JavaScript
Raw Normal View History

2018-01-18 18:53:38 +00:00
// flow-typed signature: 740bd9e0ab9450f4edb4f7ba932e41fa
// flow-typed version: <<STUB>>/file-loader_v^1.1.6/flow_v0.63.1
/**
* This is an autogenerated libdef stub for:
*
* 'file-loader'
*
* 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 'file-loader' {
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 'file-loader/dist/cjs' {
declare module.exports: any;
}
declare module 'file-loader/dist/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'file-loader/dist/cjs.js' {
declare module.exports: $Exports<'file-loader/dist/cjs'>;
}
declare module 'file-loader/dist/index.js' {
declare module.exports: $Exports<'file-loader/dist/index'>;
}