UNPKG

@kindly/react-selectable-fast

Version:

Enable other React components to be selectable by drawing a box with your mouse/touch

3 lines (2 loc) 118 B
import { MouseEvent } from 'react'; export declare function castTouchToMouseEvent(evt: any): MouseEvent<HTMLElement>;