@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
11 lines • 452 B
TypeScript
import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
export interface GridChartsPanelChartProps {
schema: GridChartsConfigurationOptions;
selectedChartType: string;
onChartTypeChange: (type: string) => void;
}
declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react/jsx-runtime").JSX.Element;
declare namespace GridChartsPanelChart {
var propTypes: any;
}
export { GridChartsPanelChart };