UNPKG

material-form-builder

Version:
8 lines (7 loc) 154 B
export type Country = { title: string; dialCode: string; mask: string; flag: string; }; export declare const countries: Country[];