UNPKG

@benny_gebeya/gebeya-whatsapp-otp

Version:

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

11 lines 470 B
import React from "react"; import { WhatsAppOTPConfig, WhatsAppOTPCallbacks, WhatsAppOTPContextType } from "../types"; interface WhatsAppOTPProviderProps { children: React.ReactNode; config: WhatsAppOTPConfig; callbacks?: WhatsAppOTPCallbacks; } export declare const WhatsAppOTPProvider: React.FC<WhatsAppOTPProviderProps>; export declare const useWhatsAppOTPContext: () => WhatsAppOTPContextType; export {}; //# sourceMappingURL=WhatsAppOTPProvider.d.ts.map