@coin-voyage/paykit
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
6 lines (5 loc) • 333 B
TypeScript
import { QueryClient } from "@tanstack/react-query";
import { PropsWithChildren } from "react";
export declare const queryClient: QueryClient;
export declare const QueryExternalContext: import("react").Context<boolean>;
export declare function QueryProvider({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;