gebeya-whatsapp-otp
Version:
React WhatsApp OTP verification component with Supabase integration
11 lines • 470 B
TypeScript
import React from 'react';
import { WhatsAppOTPConfig, WhatsAppOTPCallbacks, WhatsAppOTPContextType } from '../types';
interface WhatsAppOTPProviderProps {
children: React.ReactNode;
config: WhatsAppOTPConfig;
callbacks?: WhatsAppOTPCallbacks;
}
export declare const WhatsAppOTPProvider: React.FC<WhatsAppOTPProviderProps>;
export declare const useWhatsAppOTPContext: () => WhatsAppOTPContextType;
export {};
//# sourceMappingURL=WhatsAppOTPProvider.d.ts.map