dk-plus
Version:
23 lines (22 loc) • 971 B
TypeScript
import type { returnType } from '../..';
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
import type { detailChangeType } from '../../dkcheckbox/src/type';
declare const _sfc_main: DefineComponent<{
modelValue: returnType<PropType<unknown>, unknown[] | undefined>;
max: returnType<NumberConstructor, number | null>;
}, {
handleItemChange: Ref<(target: detailChangeType) => void>;
getCheckedList: Ref<() => void>;
max: Ref<number>;
slotList: Ref<any>;
checkedList: Ref<string[]>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", PublicProps, Readonly<ExtractPropTypes<{
modelValue: returnType<PropType<unknown>, unknown[] | undefined>;
max: returnType<NumberConstructor, number | null>;
}>> & {
onChange?: ((...args: any[]) => any) | undefined;
}, {
modelValue: unknown[];
max: number;
}, {}>;
export default _sfc_main;