@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
7 lines • 328 B
TypeScript
import type { FieldTransferObject } from "./GridPivotPanelBody.js";
interface GridPivotPanelFieldMenuProps {
field: string;
modelKey: FieldTransferObject['modelKey'];
}
declare function GridPivotPanelFieldMenu(props: GridPivotPanelFieldMenuProps): import("react/jsx-runtime").JSX.Element;
export { GridPivotPanelFieldMenu };