UNPKG

gebeya-whatsapp-otp

Version:

React WhatsApp OTP verification component with Supabase integration

8 lines 267 B
import React from "react"; import { CountryOption } from "../types"; interface WhatsAppOTPModalProps { countries?: CountryOption[]; } export declare const WhatsAppOTPModal: React.FC<WhatsAppOTPModalProps>; export {}; //# sourceMappingURL=WhatsAppOTPModal.d.ts.map