UNPKG

@catull/igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

6 lines (5 loc) 281 B
import { IgxGridNavigationService } from '../grid-navigation.service'; export declare class IgxTreeGridNavigationService extends IgxGridNavigationService { protected getCellSelector(visibleIndex?: number, isSummary?: boolean): string; protected getRowSelector(): string; }