UNPKG

@mui/x-data-grid

Version:

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

3 lines (2 loc) 172 B
import { GridFilterOperator } from '../models/gridFilterOperator'; export declare const getGridDateOperators: (showTime?: boolean) => GridFilterOperator<any, Date, any>[];