UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 474 B
import { SeriesDescription } from "./SeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class GeographicMapSeriesHostDescription extends SeriesDescription { static $t: Type; protected get_type(): string; constructor(); private e5; get visibleFromScale(): number; set visibleFromScale(a: number); private e7; get coercionMethodsRef(): string; set coercionMethodsRef(a: string); }