UNPKG

reactotron-react-query

Version:
5 lines (4 loc) 372 B
import { ReactotronCore } from "reactotron-core-client"; import { MutationEvent, QueryEvent } from "./query-cache-notify-event.interface"; export declare const broadcastMutationEvent: (reactotron: ReactotronCore, event: MutationEvent | undefined) => void; export declare const broadcastReactQueryEvent: (reactotron: ReactotronCore, event: QueryEvent | undefined) => void;