UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 269 B
import { Base, Type } from "./type"; import { Rect } from "./Rect"; /** * @hidden */ export declare class WriteableBitmap extends Base { static $t: Type; constructor(a: number, b: number); b: number; a: number; c: any; d: Rect; }