UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

22 lines (21 loc) 1.03 kB
import { IgrGroupByRowSelectorTemplateDetails } from "./igr-group-by-row-selector-template-details"; import { GroupByRowSelectorTemplateContext as GroupByRowSelectorTemplateContext_internal } from "./GroupByRowSelectorTemplateContext"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrGroupByRowSelectorTemplateContext { protected createImplementation(): GroupByRowSelectorTemplateContext_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): GroupByRowSelectorTemplateContext_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get implicit(): IgrGroupByRowSelectorTemplateDetails; set implicit(v: IgrGroupByRowSelectorTemplateDetails); findByName(name: string): any; setNativeElement(element: any): void; }