UNPKG

@benny_gebeya/gebeya-whatsapp-otp

Version:

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

6 lines (5 loc) 301 B
// Main package exports export { WhatsAppOTPProvider } from "./components/WhatsAppOTPProvider"; export { VerifyWithWhatsAppButton } from "./components/VerifyWithWhatsAppButton"; export { WhatsAppOTPModal } from "./components/WhatsAppOTPModal"; export { useWhatsAppOTP } from "./hooks/useWhatsAppOTP";