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:
Gaëtan Maisse 2019-02-14 13:25:41 +01:00
parent 5764fb7da8
commit 64b45c068e

View File

@ -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