@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
9 lines • 381 B
TypeScript
import type { HandleVerifyAppProofsParams } from "../../types/method-types";
type VerifyPageProps = HandleVerifyAppProofsParams & {
onSuccess?: () => void;
onError?: (error: any) => void;
successPageDuration?: number;
};
export declare function VerifyPage(props: VerifyPageProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Verify.d.ts.map