Files
2026-01-09 14:52:46 +00:00

2 lines
66 B
TypeScript

export declare const usePrevious: <T>(state: T) => T | undefined;