UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 509 B
import { ShapeSeriesBaseDescription } from "./ShapeSeriesBaseDescription"; import { GeographicMapImageryDescription } from "./GeographicMapImageryDescription"; import { Type } from "./type"; /** * @hidden */ export declare class TileSeriesDescription extends ShapeSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private f3; get tileImagery(): GeographicMapImageryDescription; set tileImagery(a: GeographicMapImageryDescription); }