UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 148 B
import type { ISliderProps, Mark } from './slider.type'; export declare const useMarks: (props: ISliderProps) => import("vue").ComputedRef<Mark[]>;