UNPKG
@jordiamez/ui
Version:
latest (14.0.3)
14.0.3
14.0.1
12.0.0
11.0.0
10.1.12
10.1.5
Ui modal for web3Auth
github.com/jordigiam/web3auth-web
jordigiam/web3auth-web
@jordiamez/ui
/
dist
/
types
/
helper
/
countryData.d.ts
8 lines
(7 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
COUNTRY_DATA
: {
name
:
string
;
flag
:
string
;
code
:
string
;
dial_code
:
string
; }[];
export
default
COUNTRY_DATA
;