UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 524 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class ListPanelTemplateWidthRequestedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get dataRow(): number; set dataRow(a: number); private l; get dataItemRef(): string; set dataItemRef(a: string); private h; get width(): number; set width(a: number); }