// flow-typed signature: b95e6a0941468598d6414144bddd0d4d // flow-typed version: <>/react-hot-loader_v3.0.0-beta.6/flow_v0.42.0 /** * This is an autogenerated libdef stub for: * * 'react-hot-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 'react-hot-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 'react-hot-loader/babel' { declare module.exports: any; } declare module 'react-hot-loader/lib/AppContainer.dev' { declare module.exports: any; } declare module 'react-hot-loader/lib/AppContainer' { declare module.exports: any; } declare module 'react-hot-loader/lib/AppContainer.prod' { declare module.exports: any; } declare module 'react-hot-loader/lib/babel/index' { declare module.exports: any; } declare module 'react-hot-loader/lib/index' { declare module.exports: any; } declare module 'react-hot-loader/lib/patch.dev' { declare module.exports: any; } declare module 'react-hot-loader/lib/patch' { declare module.exports: any; } declare module 'react-hot-loader/lib/patch.prod' { declare module.exports: any; } declare module 'react-hot-loader/lib/webpack/index' { declare module.exports: any; } declare module 'react-hot-loader/lib/webpack/makeIdentitySourceMap' { declare module.exports: any; } declare module 'react-hot-loader/lib/webpack/tagCommonJSExports' { declare module.exports: any; } declare module 'react-hot-loader/patch' { declare module.exports: any; } declare module 'react-hot-loader/webpack' { declare module.exports: any; } // Filename aliases declare module 'react-hot-loader/babel.js' { declare module.exports: $Exports<'react-hot-loader/babel'>; } declare module 'react-hot-loader/index' { declare module.exports: $Exports<'react-hot-loader'>; } declare module 'react-hot-loader/index.js' { declare module.exports: $Exports<'react-hot-loader'>; } declare module 'react-hot-loader/lib/AppContainer.dev.js' { declare module.exports: $Exports<'react-hot-loader/lib/AppContainer.dev'>; } declare module 'react-hot-loader/lib/AppContainer.js' { declare module.exports: $Exports<'react-hot-loader/lib/AppContainer'>; } declare module 'react-hot-loader/lib/AppContainer.prod.js' { declare module.exports: $Exports<'react-hot-loader/lib/AppContainer.prod'>; } declare module 'react-hot-loader/lib/babel/index.js' { declare module.exports: $Exports<'react-hot-loader/lib/babel/index'>; } declare module 'react-hot-loader/lib/index.js' { declare module.exports: $Exports<'react-hot-loader/lib/index'>; } declare module 'react-hot-loader/lib/patch.dev.js' { declare module.exports: $Exports<'react-hot-loader/lib/patch.dev'>; } declare module 'react-hot-loader/lib/patch.js' { declare module.exports: $Exports<'react-hot-loader/lib/patch'>; } declare module 'react-hot-loader/lib/patch.prod.js' { declare module.exports: $Exports<'react-hot-loader/lib/patch.prod'>; } declare module 'react-hot-loader/lib/webpack/index.js' { declare module.exports: $Exports<'react-hot-loader/lib/webpack/index'>; } declare module 'react-hot-loader/lib/webpack/makeIdentitySourceMap.js' { declare module.exports: $Exports<'react-hot-loader/lib/webpack/makeIdentitySourceMap'>; } declare module 'react-hot-loader/lib/webpack/tagCommonJSExports.js' { declare module.exports: $Exports<'react-hot-loader/lib/webpack/tagCommonJSExports'>; } declare module 'react-hot-loader/patch.js' { declare module.exports: $Exports<'react-hot-loader/patch'>; } declare module 'react-hot-loader/webpack.js' { declare module.exports: $Exports<'react-hot-loader/webpack'>; }