@mui/x-data-grid
Version:
The community edition of the data grid component (MUI X).
10 lines (9 loc) • 303 B
TypeScript
import * as React from 'react';
import { SxProps, Theme } from '@mui/material/styles';
declare function GridPanelContent(props: React.HTMLAttributes<HTMLDivElement> & {
sx?: SxProps<Theme>;
}): JSX.Element;
declare namespace GridPanelContent {
var propTypes: any;
}
export { GridPanelContent };