UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 349 B
import { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class GeographicXYTriangulatingSeriesBaseDescription extends GeographicMapSeriesHostDescription { static $t: Type; protected get_type(): string; constructor(); }