@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
11 lines • 502 B
TypeScript
import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.js";
export interface FieldTransferObject {
field: string;
section: GridChartsIntegrationSection;
}
export type DropPosition = 'top' | 'bottom' | null;
interface GridChartsPanelDataBodyProps {
searchValue: string;
}
declare function GridChartsPanelDataBody(props: GridChartsPanelDataBodyProps): import("react/jsx-runtime").JSX.Element;
export { GridChartsPanelDataBody };