UNPKG

gebeya-telegram-otp

Version:

Reusable Telegram phone verification components for React applications

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