3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
declare const usePrevious: <T>(value: T) => T | undefined;
|
|
export default usePrevious;
|