UNPKG
@lincy/tnui-vue3-uniapp
Version:
latest (1.0.23)
1.0.23
1.0.21
TuniaoUI for vue3 uniapp
github.com/lincenying/tuniaoui-vue3-uniapp
lincenying/tuniaoui-vue3-uniapp
@lincy/tnui-vue3-uniapp
/
constants
/
size.ts
6 lines
(4 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
export
const
componentSizes = [
''
,
'sm'
,
'lg'
,
'xl'
]
as
const
export
const
formComponentSizes = [
''
,
'sm'
,
'lg'
]
as
const
export
type
ComponentSize
= (
typeof
componentSizes)[
number
]
export
type
FormComponentSize
= (
typeof
formComponentSizes)[
number
]