UNPKG

@mui/x-data-grid-premium

Version:

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

10 lines 263 B
export interface FieldTransferObject { field: string; modelKey: 'columns' | 'rows' | 'values' | null; } declare function GridPivotPanelBody({ searchValue }: { searchValue: string; }): import("react/jsx-runtime").JSX.Element; export { GridPivotPanelBody };