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.

6 lines 178 B
/** * Hook that memoizes the given value with deep equality. * @internal */ export declare const useMemoized: <T = unknown>(value: T) => T; //# sourceMappingURL=index.d.ts.map