This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/mobx-react-devtools_vx.x.x.js

39 lines
1.1 KiB
JavaScript

// flow-typed signature: 563426a99a69cf0af6c1914d6d7dc7c3
// flow-typed version: <<STUB>>/mobx-react-devtools_v^6.0.3/flow_v0.104.0
/**
* This is an autogenerated libdef stub for:
*
* 'mobx-react-devtools'
*
* 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 'mobx-react-devtools' {
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 'mobx-react-devtools/publish' {
declare module.exports: any;
}
// Filename aliases
declare module 'mobx-react-devtools/index' {
declare module.exports: $Exports<'mobx-react-devtools'>;
}
declare module 'mobx-react-devtools/index.js' {
declare module.exports: $Exports<'mobx-react-devtools'>;
}
declare module 'mobx-react-devtools/publish.js' {
declare module.exports: $Exports<'mobx-react-devtools/publish'>;
}