UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

7 lines 213 B
import * as React from 'react'; var EMPTY = []; export function useOnMount(fn) { /* eslint-disable react-hooks/exhaustive-deps */ React.useEffect(fn, EMPTY); /* eslint-enable react-hooks/exhaustive-deps */ }