UNPKG

@yoroi/resolver

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