@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
7 lines • 332 B
TypeScript
import type { GridChartsConfigurationSection } from '@mui/x-internals/types';
interface GridChartsPanelCustomizeProps {
activeChartId: string;
sections: GridChartsConfigurationSection[];
}
export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): import("react/jsx-runtime").JSX.Element;
export {};