UNPKG

realmap

Version:

Wooritech map chart component library

14 lines (9 loc) 385 B
import * as RealMap from 'realmap'; import { ChartView, ChartControl } from 'realmap'; declare class DesignChartView extends ChartView { } declare class DesignChartControl extends ChartControl { protected _createChartView(doc: Document): DesignChartView; } declare function registerSeries(chart: typeof RealMap): void; export { DesignChartControl, registerSeries as default };