UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

15 lines (14 loc) 375 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class GridConditionFilterStringErrorsParsingEventArgs extends Base { static $t: Type; constructor(); private _propertyName; get propertyName(): string; set propertyName(a: string); private _errors; get errors(): string; set errors(a: string); }