UNPKG

@mui/x-data-grid-premium

Version:

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

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