UNPKG

@mui/x-data-grid-premium

Version:

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

6 lines 264 B
export interface GridPivotPanelHeaderProps { searchValue: string; onSearchValueChange: (value: string) => void; } declare function GridPivotPanelHeader(props: GridPivotPanelHeaderProps): import("react/jsx-runtime").JSX.Element; export { GridPivotPanelHeader };