|
| 1 | +// flow-typed signature: 33920b81d486ea74736fd0340c21d364 |
| 2 | +// flow-typed version: <<STUB>>/@chromatic-com/storybook_v^3.2.6/flow_v0.203.1 |
| 3 | + |
| 4 | +/** |
| 5 | + * This is an autogenerated libdef stub for: |
| 6 | + * |
| 7 | + * '@chromatic-com/storybook' |
| 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 '@chromatic-com/storybook' { |
| 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 '@chromatic-com/storybook/dist' { |
| 26 | + declare module.exports: any; |
| 27 | +} |
| 28 | + |
| 29 | +declare module '@chromatic-com/storybook/dist/preset' { |
| 30 | + declare module.exports: any; |
| 31 | +} |
| 32 | + |
| 33 | +declare module '@chromatic-com/storybook/preset' { |
| 34 | + declare module.exports: any; |
| 35 | +} |
| 36 | + |
| 37 | +// Filename aliases |
| 38 | +declare module '@chromatic-com/storybook/dist/index' { |
| 39 | + declare module.exports: $Exports<'@chromatic-com/storybook/dist'>; |
| 40 | +} |
| 41 | +declare module '@chromatic-com/storybook/dist/index.js' { |
| 42 | + declare module.exports: $Exports<'@chromatic-com/storybook/dist'>; |
| 43 | +} |
| 44 | +declare module '@chromatic-com/storybook/dist/preset.js' { |
| 45 | + declare module.exports: $Exports<'@chromatic-com/storybook/dist/preset'>; |
| 46 | +} |
| 47 | +declare module '@chromatic-com/storybook/preset.js' { |
| 48 | + declare module.exports: $Exports<'@chromatic-com/storybook/preset'>; |
| 49 | +} |
0 commit comments