UNPKG

gebeya-telegram-otp

Version:

Reusable Telegram phone verification components for React applications

9 lines 330 B
interface OTPInputProps { phoneNumber: string; sessionId: string; onVerify: (responseData?: any) => void; onBack: () => void; } export declare const OTPInput: ({ phoneNumber, sessionId, onVerify, onBack }: OTPInputProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=OTPInput.d.ts.map