UNPKG

react-selectable-fast

Version:

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

4 lines (3 loc) 174 B
import React from 'react'; import { TSelectableGroupContext } from './Selectable.types'; export declare const SelectableGroupContext: React.Context<TSelectableGroupContext>;