@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
3 lines • 309 B
TypeScript
import { type GridFilterInputDateProps } from "../components/panel/filterPanel/GridFilterInputDate.js";
import type { GridFilterOperator } from "../models/gridFilterOperator.js";
export declare const getGridDateOperators: (showTime?: boolean) => GridFilterOperator<any, Date, any, GridFilterInputDateProps>[];