UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 152 B
'use client'; import * as React from 'react'; /** * Hook that instantiate a [[GridApiRef]]. */ export const useGridApiRef = () => React.useRef(null);