UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

21 lines (20 loc) 639 B
import { Base, Type } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; import { ValidationStatus } from "./ValidationStatus"; import { ValidationErrors } from "./ValidationErrors"; /** * @hidden */ export declare class GridValidationState extends Base { static $t: Type; private c; protected get d(): WCNativeHelper; private e; protected get nativeElement(): any; protected set nativeElement(a: any); setNativeElement(a: any): void; get b(): ValidationStatus; set b(a: ValidationStatus); get a(): ValidationErrors; set a(a: ValidationErrors); }