UNPKG

@mui/x-data-grid-premium

Version:

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

7 lines 274 B
import * as React from 'react'; export interface GridPivotPanelHeaderProps { searchValue: string; onSearchValueChange: (value: string) => void; } declare function GridPivotPanelHeader(props: GridPivotPanelHeaderProps): React.JSX.Element; export { GridPivotPanelHeader };