1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-03-21 05:02:39 +08:00
2019-08-28 15:03:32 -05:00

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;