Skip to content

Commit 6478b40

Browse files
schiller-manueltannerlinsley
authored andcommitted
re-export createClientRpc
1 parent 19422b1 commit 6478b40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react-start-client/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export {
99
serverOnly,
1010
clientOnly,
1111
json,
12+
createClientRpc,
1213
} from '@tanstack/start-client-core'
1314
export {
1415
type DehydratedRouter,

packages/solid-start-client/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export {
99
serverOnly,
1010
clientOnly,
1111
json,
12+
createClientRpc,
1213
} from '@tanstack/start-client-core'
1314
export {
1415
type DehydratedRouter,

0 commit comments

Comments
 (0)