Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey

QueryClientProviderProps

Type Alias: QueryClientProviderProps

ts
type QueryClientProviderProps = object;
type QueryClientProviderProps = object;

Defined in: preact-query/src/QueryClientProvider.tsx:23

Properties

children?

ts
optional children: ComponentChildren;
optional children: ComponentChildren;

Defined in: preact-query/src/QueryClientProvider.tsx:25


client

ts
client: QueryClient;
client: QueryClient;

Defined in: preact-query/src/QueryClientProvider.tsx:24