igniteui-react-grids
Version:
Ignite UI React grid components.
28 lines (9 loc) • 412 B
TypeScript
import { IgcRowDirective } from './igc-row-directive';
/* blazorIndirectRender */
/* blazorElement */
export declare class IgcGridRowComponent extends IgcRowDirective
{
public get mrlRightPinnedOffset(): string;
public getContext(col: any, row: any): void;
public getContextMRL(pinnedCols: any, row: any): void;
}