UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

54 lines (46 loc) 1.46 kB
// flow-typed signature: 4238ee52fa3a9741599272ee41d0dad5 // flow-typed version: <<STUB>>/html-looks-like_v^1.0.2/flow_v0.44.2 /** * This is an autogenerated libdef stub for: * * 'html-looks-like' * * 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 'html-looks-like' { 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 'html-looks-like/lib/diff' { declare module.exports: any; } declare module 'html-looks-like/lib/index' { declare module.exports: any; } declare module 'html-looks-like/lib/report' { declare module.exports: any; } declare module 'html-looks-like/lib/types' { declare module.exports: any; } // Filename aliases declare module 'html-looks-like/lib/diff.js' { declare module.exports: $Exports<'html-looks-like/lib/diff'>; } declare module 'html-looks-like/lib/index.js' { declare module.exports: $Exports<'html-looks-like/lib/index'>; } declare module 'html-looks-like/lib/report.js' { declare module.exports: $Exports<'html-looks-like/lib/report'>; } declare module 'html-looks-like/lib/types.js' { declare module.exports: $Exports<'html-looks-like/lib/types'>; }