UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

17 lines (16 loc) 332 B
import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum StringOperatorTypes { Contains = 12, NotContains = 13, StartsWith = 14, DoesNotStartWith = 15, EndsWith = 16, DoesNotEndWith = 17 } /** * @hidden */ export declare let StringOperatorTypes_$type: Type;