UNPKG

birdpaper-ui

Version:

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

7 lines (6 loc) 245 B
/** 单选框组绑定值 */ export declare type RadioGroupValue = string | number; /** 单选框类型 */ export declare type RadioType = "radio" | "button"; /** 单选框方向 */ export declare type DirectionType = "vertical" | "horizontal";