UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

3 lines 311 B
import { type GridFilterInputDateProps } from "../components/panel/filterPanel/GridFilterInputDate.mjs"; import type { GridFilterOperator } from "../models/gridFilterOperator.mjs"; export declare const getGridDateOperators: (showTime?: boolean) => GridFilterOperator<any, Date, any, GridFilterInputDateProps>[];