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) 224 B
import React from 'react'; import { SelectableProps, SelectableRef } from './type'; declare const _default: <T>(props: SelectableProps<T> & React.RefAttributes<SelectableRef>) => React.ReactElement; export default _default;