igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 527 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ListPanelTemplateHeightRequestedEventArgsDescription 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 height(): number;
set height(a: number);
}