UNPKG

@benny_gebeya/gebeya-whatsapp-otp

Version:

React WhatsApp OTP verification component library with Supabase integration for phone number authentication

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