UNPKG

@wulperstudio/cms

Version:
8 lines (7 loc) 266 B
import { InputPhoneCountry } from './countries'; export type InputPhoneContinentType = 'EU' | 'AS' | 'NA' | 'SA' | 'OC' | 'AF'; type Continents = { [key in InputPhoneContinentType]: InputPhoneCountry[]; }; export declare const CONTINENTS: Continents; export {};