/** * Get last changed value (useful for object comparison) */ declare const useChanged: (value: T) => T; export default useChanged;