UNPKG

gebeya-telegram-otp

Version:

Reusable Telegram phone verification components for React applications

6 lines 229 B
interface PhoneInputProps { onSubmit: (phone: string) => void; } export declare const PhoneInput: ({ onSubmit }: PhoneInputProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PhoneInput.d.ts.map