@activelylearn/material-ui
Version:
Material-UI's workspace package
138 lines (118 loc) • 4.85 kB
JavaScript
// flow-typed signature: b8b0529a740e8df43ceabe78a4863007
// flow-typed version: <<STUB>>/app-module-path_v^2.2.0/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'app-module-path'
*
* 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 'app-module-path' {
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 'app-module-path/cwd' {
declare module.exports: any;
}
declare module 'app-module-path/lib/index' {
declare module.exports: any;
}
declare module 'app-module-path/register' {
declare module.exports: any;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed-explicit/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed-explicit/installed-module-allowed-explicit-foo/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed/installed-module-allowed-foo/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/node_modules/installed-module/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/src/installed-module' {
declare module.exports: any;
}
declare module 'app-module-path/test/src/module-a/lib/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/src/module-b/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/src/module-c/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/src/module-d/index' {
declare module.exports: any;
}
declare module 'app-module-path/test/test-helper-code' {
declare module.exports: any;
}
declare module 'app-module-path/test/test' {
declare module.exports: any;
}
declare module 'app-module-path/test/test2' {
declare module.exports: any;
}
// Filename aliases
declare module 'app-module-path/cwd.js' {
declare module.exports: $Exports<'app-module-path/cwd'>;
}
declare module 'app-module-path/lib/index.js' {
declare module.exports: $Exports<'app-module-path/lib/index'>;
}
declare module 'app-module-path/register.js' {
declare module.exports: $Exports<'app-module-path/register'>;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed-explicit/index.js' {
declare module.exports: $Exports<'app-module-path/test/node_modules/installed-module-allowed-explicit/index'>;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed-explicit/installed-module-allowed-explicit-foo/index.js' {
declare module.exports: $Exports<'app-module-path/test/node_modules/installed-module-allowed-explicit/installed-module-allowed-explicit-foo/index'>;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed/index.js' {
declare module.exports: $Exports<'app-module-path/test/node_modules/installed-module-allowed/index'>;
}
declare module 'app-module-path/test/node_modules/installed-module-allowed/installed-module-allowed-foo/index.js' {
declare module.exports: $Exports<'app-module-path/test/node_modules/installed-module-allowed/installed-module-allowed-foo/index'>;
}
declare module 'app-module-path/test/node_modules/installed-module/index.js' {
declare module.exports: $Exports<'app-module-path/test/node_modules/installed-module/index'>;
}
declare module 'app-module-path/test/src/installed-module.js' {
declare module.exports: $Exports<'app-module-path/test/src/installed-module'>;
}
declare module 'app-module-path/test/src/module-a/lib/index.js' {
declare module.exports: $Exports<'app-module-path/test/src/module-a/lib/index'>;
}
declare module 'app-module-path/test/src/module-b/index.js' {
declare module.exports: $Exports<'app-module-path/test/src/module-b/index'>;
}
declare module 'app-module-path/test/src/module-c/index.js' {
declare module.exports: $Exports<'app-module-path/test/src/module-c/index'>;
}
declare module 'app-module-path/test/src/module-d/index.js' {
declare module.exports: $Exports<'app-module-path/test/src/module-d/index'>;
}
declare module 'app-module-path/test/test-helper-code.js' {
declare module.exports: $Exports<'app-module-path/test/test-helper-code'>;
}
declare module 'app-module-path/test/test.js' {
declare module.exports: $Exports<'app-module-path/test/test'>;
}
declare module 'app-module-path/test/test2.js' {
declare module.exports: $Exports<'app-module-path/test/test2'>;
}