UNPKG

@yoroi/exchange

Version:

The Exchange package of Yoroi SDK

10 lines 302 B
import * as React from 'react'; import { QueryClient } from 'react-query'; type Props = { queryClient: QueryClient; }; export declare const wrapper: ({ queryClient }: Props) => ({ children }: { children: React.ReactNode; }) => React.JSX.Element; export {}; //# sourceMappingURL=wrapper.d.ts.map