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) 209 B
import { TComputedBounds } from './getBoundsForNode'; export declare function doObjectsCollide(a: HTMLElement | TComputedBounds, b: HTMLElement | TComputedBounds, tolerance?: number, delta?: number): boolean;