UNPKG

@puzzlehq/sdk

Version:
9 lines (8 loc) 299 B
import { QueryClient } from '@tanstack/query-core'; export declare const queryClient: QueryClient; type Props = { children: React.ReactNode; debugQuery?: boolean; }; export declare const QueryProvider: ({ children, debugQuery }: Props) => import("react/jsx-runtime").JSX.Element; export {};