@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
11 lines • 449 B
text/typescript
import * as React from 'react';
import type { FieldTransferObject } from "./GridChartsPanelDataBody.mjs";
interface GridChartsPanelDataFieldMenuProps {
field: string;
section: FieldTransferObject['section'];
blockedSections?: string[];
dimensionsLabel: string;
valuesLabel: string;
}
declare function GridChartsPanelDataFieldMenu(props: GridChartsPanelDataFieldMenuProps): React.JSX.Element | null;
export { GridChartsPanelDataFieldMenu };