UNPKG
material-form-builder
Version:
latest (1.5.8)
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.22.0
0.21.1
0.20.13
0.20.12
0.20.11
0.20.10
0.20.9
0.20.8
0.20.7
0.20.6
0.20.5
0.20.3
0.20.2
0.20.1
0.20.0
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.10
0.18.9
0.18.8
0.18.7
0.18.5
0.18.4
0.18.3
0.18.2
0.18.0
0.17.2
0.17.1
0.16.11
0.16.10
0.16.9
0.16.8
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.3
0.15.2
0.15.1
0.15.0
0.14.4
0.14.2
0.14.1
0.14.0
0.12.14
0.12.13
0.12.12
0.12.11
0.12.10
0.12.9
0.12.5
0.12.4
0.12.3
0.12.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.1
0.4.7
0.4.6
0.4.5
FormBuilder For React.js
github.com/owlpro/material-form-builder
owlpro/material-form-builder
material-form-builder
/
dist
/
inputs
/
mobile
/
countries.d.ts
8 lines
(7 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
Country
= {
title
:
string
;
dialCode
:
string
;
mask
:
string
;
flag
:
string
; };
export
declare
const
countries
:
Country
[];