UNPKG

@wordpress/compose

Version:
10 lines 295 B
/** * Use something's value from the previous render. * Based on https://usehooks.com/usePrevious/. * * @param value The value to track. * * @return The value from the previous render. */ export default function usePrevious<T>(value: T): T | undefined; //# sourceMappingURL=index.d.ts.map