UNPKG

240 BTypeScriptView Raw
1import type React from 'react';
2export type Direction = 'rtl' | 'ltr' | 'ttb' | 'btt';
3export type OnStartMove = (e: React.MouseEvent | React.TouchEvent, valueIndex: number) => void;
4export type AriaValueFormat = (value: number) => string;