@yoroi/exchange
Version:
The Exchange package of Yoroi SDK
17 lines (15 loc) • 355 B
Flow
/**
* Flowtype definitions for wrapper
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
import * as React from "react";
import { QueryClient } from "react-query";
declare type Props = {
queryClient: QueryClient,
...
};
declare export var wrapper: (x: Props) => (x: {
children: React.Node,
...
}) => React.JSX.Element;