UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

22 lines (21 loc) 912 B
import { IgrPivotValue } from "./igr-pivot-value"; import { PivotGridValueTemplateContext as PivotGridValueTemplateContext_internal } from "./PivotGridValueTemplateContext"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrPivotGridValueTemplateContext { protected createImplementation(): PivotGridValueTemplateContext_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): PivotGridValueTemplateContext_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get implicit(): IgrPivotValue; set implicit(v: IgrPivotValue); findByName(name: string): any; setNativeElement(element: any): void; }