UNPKG

react-selectable-box

Version:

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

6 lines (5 loc) 181 B
type Updater<T> = (updater: T | ((origin: T) => T)) => void; export default function useMergedState<T>(defaultStateValue: T, option: { value: T; }): [T, Updater<T>]; export {};