UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the MUI X Data Grid Components.

8 lines 342 B
import * as React from 'react'; import type { GridChartsConfigurationSection } from '@mui/x-internals/types'; interface GridChartsPanelCustomizeProps { activeChartId: string; sections: GridChartsConfigurationSection[]; } export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): React.JSX.Element; export {};