UNPKG

react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

8 lines (7 loc) 270 B
import { QueryClient } from '../core'; interface BroadcastQueryClientOptions { queryClient: QueryClient; broadcastChannel?: string; } export declare function broadcastQueryClient({ queryClient, broadcastChannel, }: BroadcastQueryClientOptions): void; export {};