@activelylearn/material-ui
Version:
Material-UI's workspace package
54 lines (46 loc) • 1.59 kB
JavaScript
// flow-typed signature: 1e3d1a6b51abba3c1b7f2f1c89ceec78
// flow-typed version: <<STUB>>/autosuggest-highlight_v^3.1.1/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'autosuggest-highlight'
*
* 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 'autosuggest-highlight' {
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 'autosuggest-highlight/match/index' {
declare module.exports: any;
}
declare module 'autosuggest-highlight/parse/index' {
declare module.exports: any;
}
declare module 'autosuggest-highlight/umd/match/index' {
declare module.exports: any;
}
declare module 'autosuggest-highlight/umd/parse/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'autosuggest-highlight/match/index.js' {
declare module.exports: $Exports<'autosuggest-highlight/match/index'>;
}
declare module 'autosuggest-highlight/parse/index.js' {
declare module.exports: $Exports<'autosuggest-highlight/parse/index'>;
}
declare module 'autosuggest-highlight/umd/match/index.js' {
declare module.exports: $Exports<'autosuggest-highlight/umd/match/index'>;
}
declare module 'autosuggest-highlight/umd/parse/index.js' {
declare module.exports: $Exports<'autosuggest-highlight/umd/parse/index'>;
}