UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

21 lines (20 loc) 957 B
import { default as _Slider } from './src/index.vue'; export declare const Slider: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('./src/types').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>> & Record<string, any>; export type SliderInstance = InstanceType<typeof _Slider>;