UNPKG

@turnkey/react-wallet-kit

Version:

The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.

8 lines 276 B
interface SuccessPageProps { text?: string | undefined; duration?: number | undefined; onComplete: () => void; } export declare function SuccessPage(props: SuccessPageProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Success.d.ts.map