@mui/x-data-grid-premium
Version:
The Premium plan edition of the Data Grid Components (MUI X).
8 lines (7 loc) • 311 B
TypeScript
/// <reference types="react" />
declare const materialSlots: {
columnMenuUngroupIcon: import("react").JSXElementConstructor<any>;
columnMenuGroupIcon: import("react").JSXElementConstructor<any>;
columnMenuAggregationIcon: import("react").JSXElementConstructor<any>;
};
export default materialSlots;