@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
9 lines • 300 B
text/typescript
import * as React from 'react';
import type { 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 };