Skip to content

Commit e83aa00

Browse files
committed
feat(types): re-export types from react-query
1 parent aabda8b commit e83aa00

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"/devtools",
1010
"/ssr",
1111
"/lib",
12-
"/esm"
12+
"/esm",
13+
"/types"
1314
],
1415
"scripts": {
1516
"build": "rollup -c rollup.config.ts",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "react-query/types/broadcastQueryClient-experimental";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "react-query/types/createWebStoragePersistor-experimental";

types/hydration/index.d.ts

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

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "react-query/types";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "react-query/types/persistQueryClient-experimental";

0 commit comments

Comments
 (0)