UNPKG
@lbgm/phone-input
Version:
latest (1.0.2-alpha)
1.0.2-alpha
1.0.1
1.0.0
An Angular phone input module
github.com/lbgm/phone-input
lbgm/phone-input
@lbgm/phone-input
/
lib
/
all-countries.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
type
T_Country = {
name
:
string
|
number
;
iso2
:
string
;
dialCode
:
string
|
number
; };
declare
const
_default
: T_Country[];
export
default
_default;