igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
16 lines (15 loc) • 581 B
TypeScript
import { IgxRowDirective } from '../row.directive';
import * as i0 from "@angular/core";
export declare class IgxGridRowComponent extends IgxRowDirective {
getContext(col: any, row: any): {
$implicit: any;
row: any;
};
get mrlRightPinnedOffset(): string;
getContextMRL(pinnedCols: any, row: any): {
$implicit: any;
row: any;
};
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridRowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridRowComponent, "igx-grid-row", never, {}, {}, never, never, true, never>;
}