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