@activelylearn/material-ui
Version:
Material-UI's workspace package
60 lines (52 loc) • 1.86 kB
JavaScript
// flow-typed signature: 346b87f8b091f32be42a38d6ae3cc39e
// flow-typed version: <<STUB>>/karma-phantomjs-launcher_v^1.0.4/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'karma-phantomjs-launcher'
*
* 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-phantomjs-launcher' {
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 'karma-phantomjs-launcher/capture.template' {
declare module.exports: any;
}
declare module 'karma-phantomjs-launcher/gruntfile' {
declare module.exports: any;
}
declare module 'karma-phantomjs-launcher/karma.conf' {
declare module.exports: any;
}
declare module 'karma-phantomjs-launcher/test/add.spec' {
declare module.exports: any;
}
// Filename aliases
declare module 'karma-phantomjs-launcher/capture.template.js' {
declare module.exports: $Exports<'karma-phantomjs-launcher/capture.template'>;
}
declare module 'karma-phantomjs-launcher/gruntfile.js' {
declare module.exports: $Exports<'karma-phantomjs-launcher/gruntfile'>;
}
declare module 'karma-phantomjs-launcher/index' {
declare module.exports: $Exports<'karma-phantomjs-launcher'>;
}
declare module 'karma-phantomjs-launcher/index.js' {
declare module.exports: $Exports<'karma-phantomjs-launcher'>;
}
declare module 'karma-phantomjs-launcher/karma.conf.js' {
declare module.exports: $Exports<'karma-phantomjs-launcher/karma.conf'>;
}
declare module 'karma-phantomjs-launcher/test/add.spec.js' {
declare module.exports: $Exports<'karma-phantomjs-launcher/test/add.spec'>;
}