UNPKG

react-native-tree-multi-select

Version:

Super-fast, customizable tree view component for React Native with drag-and-drop reordering, multi-selection, and search filtering.

7 lines 241 B
/** * Get previous value of a state * @param value state * @returns previous value of @param value after it's updated */ export default function usePreviousState<T>(value: T): T | undefined; //# sourceMappingURL=usePreviousState.d.ts.map