UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

17 lines (16 loc) 340 B
import { Type } from "igniteui-webcomponents-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;