UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 289 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class SizeDescription extends Base { static $t: Type; private _width; get width(): number; set width(a: number); private _height; get height(): number; set height(a: number); }