UNPKG

@mui/x-data-grid-premium

Version:

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

11 lines 273 B
import * as React from 'react'; export interface FieldTransferObject { field: string; modelKey: 'columns' | 'rows' | 'values' | null; } declare function GridPivotPanelBody({ searchValue }: { searchValue: string; }): React.JSX.Element; export { GridPivotPanelBody };