UNPKG

react-selectable-fast

Version:

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

8 lines (7 loc) 260 B
export declare const noop: () => void; export declare type Maybe<T> = T | null; export * from './castTouchToMouseEvent'; export * from './detectMouseButton'; export * from './doObjectsCollide'; export * from './getBoundsForNode'; export * from './nodeInRoot';