vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
21 lines (20 loc) • 790 B
TypeScript
import { Props } from './types';
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
height: number;
width: number;
max: number;
disabled: boolean;
theme: string;
direction: "horizontal" | "vertical";
step: number;
min: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
sliderEl: HTMLDivElement;
}, HTMLDivElement>;
export default _default;