UNPKG

gebeya-whatsapp-verify

Version:

Reusable WhatsApp phone verification components for React applications (Supabase Edge Function integration)

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