@activelylearn/material-ui
Version:
Material-UI's workspace package
40 lines (34 loc) • 1.19 kB
JavaScript
// flow-typed signature: 2a46c93cdde3cf51fb08ee652189fb62
// flow-typed version: <<STUB>>/eventsource-polyfill_v^0.9.6/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'eventsource-polyfill'
*
* 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 'eventsource-polyfill' {
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 'eventsource-polyfill/dist/browserify-eventsource' {
declare module.exports: any;
}
declare module 'eventsource-polyfill/dist/eventsource' {
declare module.exports: any;
}
// Filename aliases
declare module 'eventsource-polyfill/dist/browserify-eventsource.js' {
declare module.exports: $Exports<'eventsource-polyfill/dist/browserify-eventsource'>;
}
declare module 'eventsource-polyfill/dist/eventsource.js' {
declare module.exports: $Exports<'eventsource-polyfill/dist/eventsource'>;
}