mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:21:15 +08:00
5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
declare module 'global';
|
|
|
|
// will be provided by the webpack define plugin
|
|
declare var NODE_ENV: string | undefined;
|