UNPKG

@mui/x-data-grid-premium

Version:

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

8 lines 338 B
import * as React from 'react'; import type { FieldTransferObject } from "./GridPivotPanelBody.js"; interface GridPivotPanelFieldMenuProps { field: string; modelKey: FieldTransferObject['modelKey']; } declare function GridPivotPanelFieldMenu(props: GridPivotPanelFieldMenuProps): React.JSX.Element; export { GridPivotPanelFieldMenu };