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