Skip to content

Commit ce7acd0

Browse files
authored
fix: export hydration types (#974)
1 parent e0cb76f commit ce7acd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hydration.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './types/hydration/index';

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"dist",
4343
"types",
4444
"scripts",
45-
"hydration.js"
45+
"hydration.js",
46+
"hydration.d.ts"
4647
],
4748
"dependencies": {},
4849
"peerDependencies": {

0 commit comments

Comments
 (0)