UNPKG

igniteui-react-core

Version:
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); }