UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

22 lines (21 loc) 935 B
import { IgrGridBaseDirective } from "./igr-grid-base-directive"; import { GridPaginatorTemplateContext as GridPaginatorTemplateContext_internal } from "./GridPaginatorTemplateContext"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrGridPaginatorTemplateContext { protected createImplementation(): GridPaginatorTemplateContext_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): GridPaginatorTemplateContext_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get implicit(): IgrGridBaseDirective; set implicit(v: IgrGridBaseDirective); findByName(name: string): any; setNativeElement(element: any): void; }