UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

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