UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

24 lines (23 loc) 607 B
import { PropType } from 'vue'; declare const _default: { checkAll: BooleanConstructor; content: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; default: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; disabled: BooleanConstructor; label: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; value: { type: PropType<string | number>; }; }; export default _default;