@mui/x-data-grid-premium
Version:
The Premium plan edition of the Data Grid Components (MUI X).
8 lines (7 loc) • 313 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 };