UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

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;