UNPKG

gebeya-whatsapp-otp

Version:

React WhatsApp OTP verification component with Supabase integration

6 lines 200 B
import React from "react"; interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { } export declare const Input: React.FC<InputProps>; export {}; //# sourceMappingURL=input.d.ts.map