UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 557 B
import { Description } from "./Description"; import { WebValidationErrorsDescription } from "./WebValidationErrorsDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridValidationStateDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get status(): string; set status(a: string); private h; get errors(): WebValidationErrorsDescription; set errors(a: WebValidationErrorsDescription); }