storybook/app/aurelia/typings.d.ts
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;