@activelylearn/material-ui
Version:
Material-UI's workspace package
34 lines (28 loc) • 931 B
JavaScript
// flow-typed signature: 7a4c8184ba26fc9f55c16c9b26924f1b
// flow-typed version: <<STUB>>/karma-sourcemap-loader_v^0.3.7/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'karma-sourcemap-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 'karma-sourcemap-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.
*/
// Filename aliases
declare module 'karma-sourcemap-loader/index' {
declare module.exports: $Exports<'karma-sourcemap-loader'>;
}
declare module 'karma-sourcemap-loader/index.js' {
declare module.exports: $Exports<'karma-sourcemap-loader'>;
}