UNPKG

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