intl-tel-input
Version:
A JavaScript plugin for entering and validating international telephone numbers
12 lines (11 loc) • 468 B
TypeScript
/** Magnifying glass search icon */
export declare const buildSearchIcon: () => string;
/**
* Clear (circle with X) icon
* @param id Instance id used to create a unique mask id.
*/
export declare const buildClearIcon: (id: number) => string;
/** Check icon shown next to the selected country in the dropdown. */
export declare const buildCheckIcon: () => string;
/** Globe icon used when no country is selected */
export declare const buildGlobeIcon: () => string;