UNPKG

template-ivan

Version:
151 lines (130 loc) 4.07 kB
// flow-typed signature: 35233066744a1f6723f14474d54ab915 // flow-typed version: <<STUB>>/history_v4.7.2/flow_v0.60.1 /** * This is an autogenerated libdef stub for: * * 'history' * * 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 'history' { 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 'history/createBrowserHistory' { declare module.exports: any; } declare module 'history/createHashHistory' { declare module.exports: any; } declare module 'history/createMemoryHistory' { declare module.exports: any; } declare module 'history/createTransitionManager' { declare module.exports: any; } declare module 'history/DOMUtils' { declare module.exports: any; } declare module 'history/es/createBrowserHistory' { declare module.exports: any; } declare module 'history/es/createHashHistory' { declare module.exports: any; } declare module 'history/es/createMemoryHistory' { declare module.exports: any; } declare module 'history/es/createTransitionManager' { declare module.exports: any; } declare module 'history/es/DOMUtils' { declare module.exports: any; } declare module 'history/es/index' { declare module.exports: any; } declare module 'history/es/LocationUtils' { declare module.exports: any; } declare module 'history/es/PathUtils' { declare module.exports: any; } declare module 'history/LocationUtils' { declare module.exports: any; } declare module 'history/PathUtils' { declare module.exports: any; } declare module 'history/umd/history' { declare module.exports: any; } declare module 'history/umd/history.min' { declare module.exports: any; } // Filename aliases declare module 'history/createBrowserHistory.js' { declare module.exports: $Exports<'history/createBrowserHistory'>; } declare module 'history/createHashHistory.js' { declare module.exports: $Exports<'history/createHashHistory'>; } declare module 'history/createMemoryHistory.js' { declare module.exports: $Exports<'history/createMemoryHistory'>; } declare module 'history/createTransitionManager.js' { declare module.exports: $Exports<'history/createTransitionManager'>; } declare module 'history/DOMUtils.js' { declare module.exports: $Exports<'history/DOMUtils'>; } declare module 'history/es/createBrowserHistory.js' { declare module.exports: $Exports<'history/es/createBrowserHistory'>; } declare module 'history/es/createHashHistory.js' { declare module.exports: $Exports<'history/es/createHashHistory'>; } declare module 'history/es/createMemoryHistory.js' { declare module.exports: $Exports<'history/es/createMemoryHistory'>; } declare module 'history/es/createTransitionManager.js' { declare module.exports: $Exports<'history/es/createTransitionManager'>; } declare module 'history/es/DOMUtils.js' { declare module.exports: $Exports<'history/es/DOMUtils'>; } declare module 'history/es/index.js' { declare module.exports: $Exports<'history/es/index'>; } declare module 'history/es/LocationUtils.js' { declare module.exports: $Exports<'history/es/LocationUtils'>; } declare module 'history/es/PathUtils.js' { declare module.exports: $Exports<'history/es/PathUtils'>; } declare module 'history/index' { declare module.exports: $Exports<'history'>; } declare module 'history/index.js' { declare module.exports: $Exports<'history'>; } declare module 'history/LocationUtils.js' { declare module.exports: $Exports<'history/LocationUtils'>; } declare module 'history/PathUtils.js' { declare module.exports: $Exports<'history/PathUtils'>; } declare module 'history/umd/history.js' { declare module.exports: $Exports<'history/umd/history'>; } declare module 'history/umd/history.min.js' { declare module.exports: $Exports<'history/umd/history.min'>; }