UNPKG

uni-ui-plus

Version:

🦄基于uni-ui的二次封装的uniapp组件库

6 lines (4 loc) 239 B
export const skeletonType = ['title', 'avatar'] as const export type SkeletonType = (typeof skeletonType)[number] export const avatarShapeType = ['circle', 'square'] as const export type AvatarShapeType = (typeof avatarShapeType)[number]