UNPKG

@yoroi/common

Version:
9 lines (7 loc) 233 B
/** * Flowtype definitions for query-client * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { QueryClient } from "@tanstack/react-query"; declare export var queryClientFixture: () => QueryClient;