UNPKG

@mui/x-internals

Version:

Utility functions for the MUI X packages (internal use only).

5 lines 223 B
import * as React from 'react'; import { fastObjectShallowCompare } from "../fastObjectShallowCompare/index.js"; export function fastMemo(component) { return /*#__PURE__*/React.memo(component, fastObjectShallowCompare); }