UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 381 B
import { Base, Type } from "./type"; import { Rect } from "./Rect"; import { Uri } from "./Uri"; import { Image } from "./Image"; /** * @hidden */ export declare class Tile extends Base { static $t: Type; d: number; e: number; f: number; c: number; i: Image; h: Image; b: Date; get j(): Rect; a: boolean; g: Uri; }