UNPKG

igniteui-react-core

Version:
15 lines (14 loc) 513 B
import { GeographicMapImageryDescription } from "./GeographicMapImageryDescription"; import { TileGeneratorDescription } from "./TileGeneratorDescription"; import { Type } from "./type"; /** * @hidden */ export declare class TileGeneratorMapImageryDescription extends GeographicMapImageryDescription { static $t: Type; protected get_type(): string; constructor(); private ac; get tileGenerator(): TileGeneratorDescription; set tileGenerator(a: TileGeneratorDescription); }