UNPKG

react-selectable-box

Version:

A React component used hooks that allows you to select elements in the drag area using the mouse

5 lines (4 loc) 226 B
import React from 'react'; import { ISelectableContext } from './type'; export declare const SelectableContext: React.Context<ISelectableContext<any>>; export declare const useSelectableContext: () => ISelectableContext<any>;