UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

19 lines (18 loc) 709 B
import { ValidationErrors as ValidationErrors_internal } from "./ValidationErrors"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrValidationErrors { protected createImplementation(): ValidationErrors_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): ValidationErrors_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; findByName(name: string): any; setNativeElement(element: any): void; }