UNPKG

gebeya-whatsapp-otp

Version:

React WhatsApp OTP verification component with Supabase integration

11 lines 435 B
import React from "react"; interface VerifyWithWhatsAppButtonProps { children?: React.ReactNode; className?: string; variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link"; size?: "default" | "sm" | "lg" | "icon"; disabled?: boolean; } export declare const VerifyWithWhatsAppButton: React.FC<VerifyWithWhatsAppButtonProps>; export {}; //# sourceMappingURL=VerifyWithWhatsAppButton.d.ts.map