aboutsummaryrefslogtreecommitdiffstats
path: root/typings
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-04 12:16:14 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-04 12:16:14 +0100
commit010917a05e70216e13902aa255ee247c3e1ffdfa (patch)
treecf5d4f04381f9dceeb570e8a3ad63f346ca3096d /typings
parentFix missing packages in build (diff)
downloadferdium-app-010917a05e70216e13902aa255ee247c3e1ffdfa.tar.gz
ferdium-app-010917a05e70216e13902aa255ee247c3e1ffdfa.tar.zst
ferdium-app-010917a05e70216e13902aa255ee247c3e1ffdfa.zip
move storybook to root + typescript
TODO: fix modules
Diffstat (limited to 'typings')
-rw-r--r--typings/react-html-attributes.d.ts1
-rw-r--r--typings/storybook__addons.d.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/typings/react-html-attributes.d.ts b/typings/react-html-attributes.d.ts
new file mode 100644
index 000000000..6f8f20fe4
--- /dev/null
+++ b/typings/react-html-attributes.d.ts
@@ -0,0 +1 @@
declare module 'react-html-attributes';
diff --git a/typings/storybook__addons.d.ts b/typings/storybook__addons.d.ts
new file mode 100644
index 000000000..14ccd3cf0
--- /dev/null
+++ b/typings/storybook__addons.d.ts
@@ -0,0 +1 @@
declare module '@storybook/addons';