@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
9 lines • 295 B
TypeScript
import * as React from 'react';
import { SxProps, Theme } from '@mui/system';
declare function GridPanelContent(props: React.HTMLAttributes<HTMLDivElement> & {
sx?: SxProps<Theme>;
}): React.JSX.Element;
declare namespace GridPanelContent {
var propTypes: any;
}
export { GridPanelContent };