storybook/lib/api/src/typings.d.ts
2019-06-20 11:59:37 +08:00

6 lines
137 B
TypeScript

declare module 'global';
declare module 'telejson';
// provided by the webpack define plugin
declare var DOCS_MODE: string | undefined;