UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

5 lines (4 loc) 98 B
/** * 转换大小单位 */ export declare const normalizeSize: (v: string | number) => string;