UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

19 lines (18 loc) 498 B
import { Base, Type } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ export declare class PositionSize extends Base { static $t: Type; private a; protected get b(): WCNativeHelper; private e; protected get nativeElement(): any; protected set nativeElement(a: any); setNativeElement(a: any): void; get width(): number; set width(a: number); get height(): number; set height(a: number); }