UNPKG

@yoroi/claim

Version:

The Claim (proof-of-onboarding) package of Yoroi SDK

14 lines 507 B
import { Claim } from '@yoroi/types'; import * as React from 'react'; import { QueryClient } from 'react-query'; import { ClaimState } from '../translators/reactjs/state/state'; type Props = { queryClient: QueryClient; claimManager: Claim.Manager; initialState?: ClaimState; }; export declare const wrapperMaker: ({ queryClient, claimManager, initialState }: Props) => ({ children }: { children: React.ReactNode; }) => React.JSX.Element; export {}; //# sourceMappingURL=wrapperMaker.d.ts.map