UNPKG

reactotron-react-query

Version:
5 lines (4 loc) 130 B
import { QueryClient } from "@tanstack/react-query"; export interface QueryClientManagerOptions { queryClient: QueryClient; }