UNPKG

phonix-input

Version:

A modern, customizable React phone input component with country code selection, flags, and validation. Features responsive design, TypeScript support, and easy integration.

11 lines (10 loc) 203 B
export interface CountryMeta { id: string | number; value: string; label: string; code: string; flag: string; isSelected?: boolean; name?: string; phoneLength?: number; }