mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 01:51:05 +08:00
Remove '@storybook/theming' module declaration from 'addons/notes'
`@storybook/theming` is now written in TS so type definition are available. There is no more need to declare it as module in typings.d.ts of libs/addons using it.
This commit is contained in:
parent
5764fb7da8
commit
64b45c068e
1
addons/notes/src/typings.d.ts
vendored
1
addons/notes/src/typings.d.ts
vendored
@ -1,5 +1,4 @@
|
||||
// todo the following packages need definition files or a TS migration
|
||||
declare module '@storybook/theming';
|
||||
declare module '@storybook/components';
|
||||
|
||||
// There are no types for markdown-to-jsx
|
||||
|
Loading…
x
Reference in New Issue
Block a user