aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings/types
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-11 21:07:36 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-11 21:07:36 +0100
commit5014c0c4a86dd0cc5eea25621e48bbd1b63ec3bd (patch)
tree327f6fd2ae2dedb8907d4652341c348bb0085182 /packages/typings/types
parentAdd toggle element to @meetfranz/forms (diff)
downloadferdium-app-5014c0c4a86dd0cc5eea25621e48bbd1b63ec3bd.tar.gz
ferdium-app-5014c0c4a86dd0cc5eea25621e48bbd1b63ec3bd.tar.zst
ferdium-app-5014c0c4a86dd0cc5eea25621e48bbd1b63ec3bd.zip
start typings package
Diffstat (limited to 'packages/typings/types')
-rw-r--r--packages/typings/types/mobx-react-form.d.ts1
-rw-r--r--packages/typings/types/react-html-attributes.d.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/typings/types/mobx-react-form.d.ts b/packages/typings/types/mobx-react-form.d.ts
new file mode 100644
index 000000000..4e19dc1c2
--- /dev/null
+++ b/packages/typings/types/mobx-react-form.d.ts
@@ -0,0 +1 @@
declare module 'mobx-react-form';
diff --git a/packages/typings/types/react-html-attributes.d.ts b/packages/typings/types/react-html-attributes.d.ts
new file mode 100644
index 000000000..6f8f20fe4
--- /dev/null
+++ b/packages/typings/types/react-html-attributes.d.ts
@@ -0,0 +1 @@
declare module 'react-html-attributes';