UNPKG

react-native-tree-multi-select

Version:

A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.

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