dataui/dataui/uitypes.py
2023-11-20 07:14:53 +08:00

18 lines
150 B
Python

uitypes = [
"tel",
"email",
"file",
"password",
"str",
"int",
"float",
"date",
"check",
"checkbox",
"code",
"text",
"audio",
"video"
]