UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

19 lines (7 loc) 265 B
import { IgcRowType } from './igc-row-type'; export declare class IgcGridRowTemplateContext { /* @wcWidgetMemberName: $implicit */ public set implicit(value: IgcRowType); public get implicit(): IgcRowType; }