UNPKG

tdesign-vue-next

Version:
11 lines (10 loc) 457 B
import { TNode } from '../../common'; export declare const getStopStyle: (position: number, isVertical: boolean) => { top: string; left?: undefined; } | { left: string; top?: undefined; }; export declare const formatSliderValue: (val: number | number[], type: "first" | "second") => number; export declare const formatLabel: (label: TNode | string, val: number) => string | ((h: typeof import("vue").h) => import("../..").TNodeReturnValue);