UNPKG

react-native-onyx

Version:

State management for React Native

6 lines (5 loc) 135 B
/** * Returns the previous value of the provided value. */ declare function usePrevious<T>(value: T): T; export default usePrevious;