mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
As `@storybook/components` is now in TS (and so export its types) there is no more need to declare it in `typings.d.ts` of addons written in TS
3 lines
93 B
TypeScript
3 lines
93 B
TypeScript
// TODO: following packages need definition files or a TS migration
|
|
declare module 'global';
|