UNPKG

birdpaper-ui

Version:

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

7 lines (6 loc) 171 B
export declare type CheckboxValue = boolean | Array<string | number | boolean>; interface Props { modelValue: boolean; disabled: boolean; } export type { Props };