/** * This hook provides access to the value of any variable * from the previous render frame. * Even if multiple effects are flushed in a single render * loop, this hook still keeps the original value. */ export declare const usePreviousFrameValue: (value: T) => T | undefined; //# sourceMappingURL=index.d.ts.map