@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
6 lines • 300 B
TypeScript
import { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
declare function GridColumnMenuAggregationItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
declare namespace GridColumnMenuAggregationItem {
var propTypes: any;
}
export { GridColumnMenuAggregationItem };