UNPKG

@safe-global/safe-react-hooks

Version:

A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts

4 lines (3 loc) 171 B
import { QueryClient } from '@tanstack/react-query'; export declare const queryClient: QueryClient; export declare const invalidateQueries: (queryKeys: string[]) => void;