aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings
diff options
context:
space:
mode:
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';