storybook/app/aurelia/typings.d.ts

6 lines
153 B
TypeScript
Raw Normal View History

2019-08-28 15:03:32 -05:00
declare module '@storybook/core/*';
declare module 'global';
// will be provided by the webpack define plugin
declare var NODE_ENV: string | undefined;