Function: createTRPCReact()
createTRPCReact<
TRouter,TSSRContext>(opts?):ProtectedIntersection<CreateTRPCReactBase<TRouter,TSSRContext>,DecorateRouterRecord<TRouter["_def"]["_config"]["$types"],TRouter["_def"]["record"]>>
Defined in: packages/react-query/src/createTRPCReact.tsx:508
Type Parameters
| Type Parameter | Default type |
|---|---|
TRouter extends AnyRouter | - |
TSSRContext | unknown |
Parameters
| Parameter | Type |
|---|---|
opts? | CreateTRPCReactOptions<TRouter> |
Returns
ProtectedIntersection<CreateTRPCReactBase<TRouter, TSSRContext>, DecorateRouterRecord<TRouter["_def"]["_config"]["$types"], TRouter["_def"]["record"]>>