UNPKG

@mui/x-data-grid-premium

Version:

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

11 lines 503 B
import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.mjs"; 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 };