UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

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