comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
80 lines (78 loc) • 3.12 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<number | number[]>;
readonly type: {
readonly type: import('vue').PropType<import('../../../utils').ComicType>;
readonly default: "primary";
};
readonly size: import('vue').PropType<import('../../../utils').ComicSize>;
readonly color: StringConstructor;
readonly range: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 100;
};
readonly min: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly step: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly showInput: BooleanConstructor;
readonly showStep: BooleanConstructor;
readonly disabled: BooleanConstructor;
readonly marks: import('vue').PropType<import('./type').Marks>;
readonly showTooltip: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly formatTooltip: import('vue').PropType<(value: number) => string>;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: import('../../../utils').Arrayable<number>) => void;
"update:modelValue": (value: import('../../../utils').Arrayable<number>) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<number | number[]>;
readonly type: {
readonly type: import('vue').PropType<import('../../../utils').ComicType>;
readonly default: "primary";
};
readonly size: import('vue').PropType<import('../../../utils').ComicSize>;
readonly color: StringConstructor;
readonly range: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 100;
};
readonly min: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly step: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly showInput: BooleanConstructor;
readonly showStep: BooleanConstructor;
readonly disabled: BooleanConstructor;
readonly marks: import('vue').PropType<import('./type').Marks>;
readonly showTooltip: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly formatTooltip: import('vue').PropType<(value: number) => string>;
}>> & Readonly<{
onChange?: (value: import('../../../utils').Arrayable<number>) => any;
"onUpdate:modelValue"?: (value: import('../../../utils').Arrayable<number>) => any;
}>, {
readonly type: import('../../../utils').ComicType;
readonly disabled: boolean;
readonly max: number;
readonly range: boolean;
readonly min: number;
readonly step: number;
readonly showInput: boolean;
readonly showStep: boolean;
readonly showTooltip: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;