UNPKG

@mui/x-data-grid

Version:

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

2 lines 169 B
import { GridFilterOperator } from "../models/gridFilterOperator.js"; export declare const getGridBooleanOperators: () => GridFilterOperator<any, boolean | null, any>[];