UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 408 B
import { GeographicMapImageryDescription } from "./GeographicMapImageryDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CustomMapImageryDescription extends GeographicMapImageryDescription { static $t: Type; protected get_type(): string; constructor(); private ac; get getTileImageUriRef(): string; set getTileImageUriRef(a: string); }