@fesjs/fes-design
Version:
fes-design for PC
94 lines (93 loc) • 3.01 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly size: {
readonly type: import("vue").PropType<"small" | "large" | "medium">;
readonly default: "medium";
};
readonly allowHalf: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly color: {
readonly type: StringConstructor;
};
readonly count: {
readonly type: NumberConstructor;
readonly default: 5;
};
readonly modelValue: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly readonly: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly clearable: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly texts: {
readonly type: import("vue").PropType<string[]>;
};
readonly showText: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly colorFilled: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "change" | "update:modelValue")[], "clear" | "change" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly size: {
readonly type: import("vue").PropType<"small" | "large" | "medium">;
readonly default: "medium";
};
readonly allowHalf: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly color: {
readonly type: StringConstructor;
};
readonly count: {
readonly type: NumberConstructor;
readonly default: 5;
};
readonly modelValue: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly readonly: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly clearable: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly texts: {
readonly type: import("vue").PropType<string[]>;
};
readonly showText: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly colorFilled: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>> & Readonly<{
onChange?: (...args: any[]) => any;
"onUpdate:modelValue"?: (...args: any[]) => any;
onClear?: (...args: any[]) => any;
}>, {
readonly size: "small" | "large" | "medium";
readonly modelValue: number;
readonly clearable: boolean;
readonly readonly: boolean;
readonly allowHalf: boolean;
readonly count: number;
readonly showText: boolean;
readonly colorFilled: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;