@activelylearn/material-ui
Version:
Material-UI's workspace package
40 lines (34 loc) • 985 B
JavaScript
// flow-typed signature: 7b6cff96edfd36d4926a05286d5e39f2
// flow-typed version: <<STUB>>/warning_v^3.0.0/flow_v0.48.0
/**
* This is an autogenerated libdef stub for:
*
* 'warning'
*
* 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 'warning' {
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 'warning/browser' {
declare module.exports: any;
}
declare module 'warning/warning' {
declare module.exports: any;
}
// Filename aliases
declare module 'warning/browser.js' {
declare module.exports: $Exports<'warning/browser'>;
}
declare module 'warning/warning.js' {
declare module.exports: $Exports<'warning/warning'>;
}