UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

5 lines (4 loc) 227 B
/** 头像形状类型,圆形、方形 */ export declare type AvatarShape = "circle" | "square"; /** 头像尺寸,迷你、小型、普通、大型 */ export declare type AvatarSize = "mini" | "small" | "normal" | "large";