rename react to solid

This commit is contained in:
OrJDev
2022-11-01 10:11:13 +02:00
parent f67748fe9d
commit cfd0a6c7a0
7 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -644,10 +644,10 @@ type fooType<TRouter extends AnyRouter, TSSRContext = unknown> = GnClass<
>["fn"];
/**
* Infer the type of a `createReactQueryHooks` function
* Infer the type of a `createSolidQueryHooks` function
* @internal
*/
export type CreateReactQueryHooks<
export type CreateSolidQueryHooks<
TRouter extends AnyRouter,
TSSRContext = unknown
> = returnTypeInferer<fooType<TRouter, TSSRContext>>;