UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

22 lines (21 loc) 886 B
import { SummaryTemplateContext as SummaryTemplateContext_internal } from "./SummaryTemplateContext"; import { ContentChildrenManager } from "igniteui-react-core"; import { IgrSummaryResult } from "./igr-summary-result"; export declare class IgrSummaryTemplateContext { protected createImplementation(): SummaryTemplateContext_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): SummaryTemplateContext_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get implicit(): IgrSummaryResult[]; set implicit(v: IgrSummaryResult[]); findByName(name: string): any; setNativeElement(element: any): void; }