UNPKG

@darwish/hooks-core

Version:

2 lines (1 loc) 65 B
export default function usePrevious<T>(state: T): T | undefined;