UNPKG

@mui/x-data-grid

Version:

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

5 lines 135 B
import * as React from 'react'; /** * Hook that instantiate a [[GridApiRef]]. */ export const useGridApiRef = () => React.useRef({});