mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 04:01:48 +08:00
7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
declare module 'global';
|
|
declare module '@storybook/semver';
|
|
declare module 'preval.macro';
|
|
|
|
// provided by the webpack define plugin
|
|
declare var DOCS_MODE: string | undefined;
|