@benny_gebeya/gebeya-whatsapp-otp
Version:
React WhatsApp OTP verification component library with Supabase integration for phone number authentication
6 lines • 442 B
TypeScript
export { WhatsAppOTPProvider } from "./components/WhatsAppOTPProvider";
export { VerifyWithWhatsAppButton } from "./components/VerifyWithWhatsAppButton";
export { WhatsAppOTPModal } from "./components/WhatsAppOTPModal";
export { useWhatsAppOTP } from "./hooks/useWhatsAppOTP";
export type { WhatsAppOTPConfig, WhatsAppOTPCallbacks, VerificationStep, CountryOption, WhatsAppOTPContextType, } from "./types";
//# sourceMappingURL=index.d.ts.map