UNPKG

fenextjs-interface

Version:
12 lines (11 loc) 259 B
import { CountryProps } from "../CSC"; export interface PhoneCodeProps { img?: string; code: string; code_country?: string; country?: CountryProps; } export interface PhoneProps extends PhoneCodeProps { number: string; tel?: string; }