UNPKG

@wulperstudio/cms

Version:
8 lines (7 loc) 200 B
import { InputPhoneCountry } from './countries'; type Flags = { [key in InputPhoneCountry]: string; }; export declare const FLAGS_SVG: Flags; export declare const UNKNOWN_FLAG: string; export {};