watercolor-ui
Version:
A modern minimalist cross-framework component library
23 lines • 983 B
TypeScript
declare const _default: import('vue').DefineComponent<{}, {
$emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
disabled: boolean;
label: string;
modelValue: number;
max: number;
min: number;
step: number;
valueLabelDisplay: string;
$props: {
readonly disabled?: boolean | undefined;
readonly label?: string | undefined;
readonly modelValue?: number | undefined;
readonly max?: number | undefined;
readonly min?: number | undefined;
readonly step?: number | undefined;
readonly valueLabelDisplay?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
sliderTrack: HTMLDivElement;
}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=Slider.vue.d.ts.map