UNPKG

@plone/volto

Version:
5 lines (4 loc) 139 B
/** * Hook used to "cache" the "previous" value of a prop or a computed variable. */ export function usePrevious(value: any): undefined;