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) 85 B
export default function useLatest<T>(value: T): import("react").MutableRefObject<T>;