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