UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

5 lines (4 loc) 353 B
import { GridFilterOperator } from '../models/gridFilterOperator'; import { GridCellParams } from '../models'; export declare const getGridStringQuickFilterFn: (value: any) => (({ value }: GridCellParams) => boolean) | null; export declare const getGridStringOperators: (disableTrim?: boolean) => GridFilterOperator<any, number | string | null, any>[];