UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

13 lines (12 loc) 344 B
import { ExtractPropTypes } from "vue"; export declare const CheckboxGroupProps: { modelValue: { type: ArrayConstructor; default: () => never[]; }; disabled: { type: BooleanConstructor; default: boolean; }; }; export declare type CheckboxGroupProps = ExtractPropTypes<typeof CheckboxGroupProps>;