UNPKG

@kindly/react-selectable-fast

Version:

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

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