From bc608f78b5d8f030b6bbde8e62235f0241733954 Mon Sep 17 00:00:00 2001 From: Niek Date: Sun, 6 Sep 2020 12:20:19 +0200 Subject: [PATCH] fix: export hydration types --- hydration.d.ts | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 hydration.d.ts diff --git a/hydration.d.ts b/hydration.d.ts new file mode 100644 index 0000000000..cbe29dae80 --- /dev/null +++ b/hydration.d.ts @@ -0,0 +1 @@ +export * from './types/hydration/index'; diff --git a/package.json b/package.json index 93825fa3a6..7b49e5300b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,8 @@ "dist", "types", "scripts", - "hydration.js" + "hydration.js", + "hydration.d.ts" ], "dependencies": {}, "peerDependencies": {