UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

8 lines (6 loc) 176 B
import { Country } from '../../constans/country'; /** Options that used by {@link CountryChoseSelect} */ export interface CountryOption { value: Country; label: string; }