UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

7 lines 355 B
import React from "react"; /** * Hook that memoizes the given dependency array and checks the consecutive calls with deep equality and returns the same value as the first call if dependencies are not changed. * @internal */ export declare const useDeepMemo: <T>(fn: () => T, dependencies: React.DependencyList) => T; //# sourceMappingURL=index.d.ts.map