@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
9 lines • 360 B
TypeScript
export interface PhoneInputBoxProps {
value: string;
onChange: (phone: string, formattedPhone: string, isValid: boolean) => void;
onFocus?: () => void;
onBlur?: () => void;
onEnter?: () => void;
}
export declare function PhoneInputBox(props: PhoneInputBoxProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Inputs.d.ts.map