UNPKG

element-plus

Version:

A Component Library for Vue 3

4 lines (3 loc) 267 B
import type { ComputedRef } from 'vue'; import type { ISliderInitData, ISliderProps, Stops } from './slider.type'; export declare const useStops: (props: ISliderProps, initData: ISliderInitData, minValue: ComputedRef<number>, maxValue: ComputedRef<number>) => Stops;