|
| 1 | +// flow-typed signature: fbfc591f361ab1592f06c35558fd09d4 |
| 2 | +// flow-typed version: <<STUB>>/@emotion/hash_v0.8.0/flow_v0.121.0 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * '@emotion/hash' |
| 8 | + * |
| 9 | + * Fill this stub out by replacing all the `any` types. |
| 10 | + * |
| 11 | + * Once filled out, we encourage you to share your work with the |
| 12 | + * community by sending a pull request to: |
| 13 | + * https://github.com/flowtype/flow-typed |
| 14 | + */ |
| 15 | + |
| 16 | +declare module '@emotion/hash' { |
| 17 | + declare module.exports: any; |
| 18 | +} |
| 19 | + |
| 20 | +/** |
| 21 | + * We include stubs for each file inside this npm package in case you need to |
| 22 | + * require those files directly. Feel free to delete any files that aren't |
| 23 | + * needed. |
| 24 | + */ |
| 25 | +declare module '@emotion/hash/dist/hash.browser.cjs' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 29 | +declare module '@emotion/hash/dist/hash.browser.esm' { |
| 30 | + declare module.exports: any; |
| 31 | +} |
| 32 | + |
| 33 | +declare module '@emotion/hash/dist/hash.cjs.dev' { |
| 34 | + declare module.exports: any; |
| 35 | +} |
| 36 | + |
| 37 | +declare module '@emotion/hash/dist/hash.cjs' { |
| 38 | + declare module.exports: any; |
| 39 | +} |
| 40 | + |
| 41 | +declare module '@emotion/hash/dist/hash.cjs.prod' { |
| 42 | + declare module.exports: any; |
| 43 | +} |
| 44 | + |
| 45 | +declare module '@emotion/hash/dist/hash.esm' { |
| 46 | + declare module.exports: any; |
| 47 | +} |
| 48 | + |
| 49 | +declare module '@emotion/hash/src' { |
| 50 | + declare module.exports: any; |
| 51 | +} |
| 52 | + |
| 53 | +// Filename aliases |
| 54 | +declare module '@emotion/hash/dist/hash.browser.cjs.js' { |
| 55 | + declare module.exports: $Exports<'@emotion/hash/dist/hash.browser.cjs'>; |
| 56 | +} |
| 57 | +declare module '@emotion/hash/dist/hash.browser.esm.js' { |
| 58 | + declare module.exports: $Exports<'@emotion/hash/dist/hash.browser.esm'>; |
| 59 | +} |
| 60 | +declare module '@emotion/hash/dist/hash.cjs.dev.js' { |
| 61 | + declare module.exports: $Exports<'@emotion/hash/dist/hash.cjs.dev'>; |
| 62 | +} |
| 63 | +declare module '@emotion/hash/dist/hash.cjs.js' { |
| 64 | + declare module.exports: $Exports<'@emotion/hash/dist/hash.cjs'>; |
| 65 | +} |
| 66 | +declare module '@emotion/hash/dist/hash.cjs.prod.js' { |
| 67 | + declare module.exports: $Exports<'@emotion/hash/dist/hash.cjs.prod'>; |
| 68 | +} |
| 69 | +declare module '@emotion/hash/dist/hash.esm.js' { |
| 70 | + declare module.exports: $Exports<'@emotion/hash/dist/hash.esm'>; |
| 71 | +} |
| 72 | +declare module '@emotion/hash/src/index' { |
| 73 | + declare module.exports: $Exports<'@emotion/hash/src'>; |
| 74 | +} |
| 75 | +declare module '@emotion/hash/src/index.js' { |
| 76 | + declare module.exports: $Exports<'@emotion/hash/src'>; |
| 77 | +} |
0 commit comments