UNPKG

gebeya-whatsapp-verify

Version:

Reusable WhatsApp phone verification components for React applications (Supabase Edge Function integration)

8 lines 331 B
interface CountrySelectorProps { value: string; onChange: (value: string) => void; isDetectingLocation?: boolean; } export declare const CountrySelector: ({ value, onChange, isDetectingLocation }: CountrySelectorProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CountrySelector.d.ts.map