mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
declare module '@storybook/core/*';
|
|
declare module 'global';
|
|
|
|
// will be provided by the webpack define plugin
|
|
declare var NODE_ENV: string | undefined;
|