UNPKG

react-selectable-box

Version:

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

2 lines (1 loc) 70 B
export default function useEvent<T extends Function>(callback: T): T;