aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings
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
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')
-rw-r--r--packages/typings/package.json8
-rw-r--r--packages/typings/types/mobx-react-form.d.ts1
-rw-r--r--packages/typings/types/react-html-attributes.d.ts1
3 files changed, 10 insertions, 0 deletions
diff --git a/packages/typings/package.json b/packages/typings/package.json
new file mode 100644
index 000000000..bdf2e4f37
--- /dev/null
+++ b/packages/typings/package.json
@@ -0,0 +1,8 @@
1{
2 "name": "@meetfranz/typings",
3 "version": "0.0.0",
4 "description": "Typescript type roots for internal and external projects",
5 "license": "Apache-2.0",
6 "author": "Stefan Malzner <stefan@adlk.io>",
7 "homepage": "https://github.com/meetfranz/franz"
8}
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';