UNPKG

birdpaper-ui

Version:

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

5 lines (4 loc) 178 B
/** 间距尺寸 */ export declare type SizeType = "mini" | "small" | "normal" | "large" | number; /** 间距方向 */ export declare type SpaceType = "vertical" | "horizontal";