@fesjs/fes-design
Version:
fes-design for PC
63 lines (62 loc) • 2.38 kB
TypeScript
import { type SlotsType } from 'vue';
import type { TransferFilter, TransferOption } from './interface';
declare const Transfer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly modelValue: {
readonly type: import("vue").PropType<import("./interface").TransferOptionValue[]>;
readonly default: () => import("./interface").TransferOptionValue[];
};
readonly options: {
readonly type: import("vue").PropType<TransferOption[]>;
readonly default: () => TransferOption[];
};
readonly filterable: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly filter: {
readonly type: import("vue").PropType<TransferFilter>;
};
readonly twoWay: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly height: {
readonly type: NumberConstructor;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly modelValue: {
readonly type: import("vue").PropType<import("./interface").TransferOptionValue[]>;
readonly default: () => import("./interface").TransferOptionValue[];
};
readonly options: {
readonly type: import("vue").PropType<TransferOption[]>;
readonly default: () => TransferOption[];
};
readonly filterable: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly filter: {
readonly type: import("vue").PropType<TransferFilter>;
};
readonly twoWay: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly height: {
readonly type: NumberConstructor;
};
}>> & Readonly<{
onChange?: (...args: any[]) => any;
"onUpdate:modelValue"?: (...args: any[]) => any;
}>, {
readonly modelValue: import("./interface").TransferOptionValue[];
readonly options: TransferOption[];
readonly filterable: boolean;
readonly twoWay: boolean;
}, SlotsType<{
label: {
option: TransferOption;
};
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default Transfer;