jnf-ui
Version:
基于 vue3+ ts+ Element-plus 二次封装组件
62 lines (61 loc) • 1.71 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
modelValue: {
type: (StringConstructor | ArrayConstructor | NumberConstructor)[];
};
multiple: {
type: BooleanConstructor;
default: boolean;
};
width: {
type: StringConstructor;
};
valueKey: {
type: StringConstructor;
default: string;
};
labelKey: {
type: StringConstructor;
default: string;
};
optionSource: {
type: any[];
default: () => never[];
};
}, {
props: any;
emits: (event: "update:modelValue", ...args: any[]) => void;
childSelectedValue: any;
selectChecked: import("vue").WritableComputedRef<any>;
selectAll: (val: any) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
modelValue: {
type: (StringConstructor | ArrayConstructor | NumberConstructor)[];
};
multiple: {
type: BooleanConstructor;
default: boolean;
};
width: {
type: StringConstructor;
};
valueKey: {
type: StringConstructor;
default: string;
};
labelKey: {
type: StringConstructor;
default: string;
};
optionSource: {
type: any[];
default: () => never[];
};
}>> & {
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
multiple: boolean;
valueKey: string;
labelKey: string;
optionSource: any;
}>;
export default _sfc_main;