UNPKG

@leafygreen-ui/hooks

Version:
6 lines 228 B
/** * Hook to store previous props * https://reactjs.org/docs/hooks-faq.html#how-to-get-the-previous-props-or-state */ export default function usePrevious<T>(value: T): T | undefined; //# sourceMappingURL=usePrevious.d.ts.map