@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
6 lines • 349 B
TypeScript
import { GridSlotProps } from '@mui/x-data-grid-pro';
export type GridChartsPanelDataSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
onClear: () => void;
};
declare function GridChartsPanelDataSearch(props: GridChartsPanelDataSearchProps): import("react/jsx-runtime").JSX.Element;
export { GridChartsPanelDataSearch };