UNPKG

@turnkey/react-wallet-kit

Version:

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

6 lines 261 B
interface PhoneNumberInputProps { onContinue?: (phone: string, formattedPhone: string) => void; } export declare function PhoneNumberInput(props: PhoneNumberInputProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Phone.d.ts.map