UNPKG

@turnkey/react-wallet-kit

Version:

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

6 lines 219 B
interface EmailInputProps { onContinue?: (email: string) => void; } export declare function EmailInput(props: EmailInputProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Email.d.ts.map