18 lines
150 B
Python
18 lines
150 B
Python
uitypes = [
|
|
"tel",
|
|
"email",
|
|
"file",
|
|
"password",
|
|
"str",
|
|
"int",
|
|
"float",
|
|
"date",
|
|
"check",
|
|
"checkbox",
|
|
"code",
|
|
"text",
|
|
"audio",
|
|
"video"
|
|
]
|
|
|