UNPKG

@mui/x-data-grid-pro

Version:

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

8 lines (7 loc) 291 B
import * as React from 'react'; import { GridRenderCellParams } from '@mui/x-data-grid'; declare function GridDetailPanelToggleCell(props: GridRenderCellParams): React.JSX.Element; declare namespace GridDetailPanelToggleCell { var propTypes: any; } export { GridDetailPanelToggleCell };