UNPKG

@mui/x-data-grid-premium

Version:

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

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