@benny_gebeya/gebeya-whatsapp-otp
Version:
React WhatsApp OTP verification component library with Supabase integration for phone number authentication
11 lines • 435 B
TypeScript
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