@tuniao/tnui-vue3-uniapp
Version:
TuniaoUI for vue3 uniapp
19 lines (17 loc) • 308 B
text/typescript
export const componentImgModes = [
'scaleToFill',
'aspectFit',
'aspectFill',
'widthFix',
'heightFix',
'top',
'bottom',
'center',
'left',
'right',
'top left',
'top right',
'bottom left',
'bottom right',
] as const
export type ComponentImgMode = (typeof componentImgModes)[number]