UNPKG

realmap-vue

Version:

Wooritech map chart component library

6 lines 209 B
import { MapChart } from '../../../realmap/out/realmap/js/src/main'; import { Ref } from 'vue'; export interface RealMapVueRef { realmap: Ref<MapChart | null>; } //# sourceMappingURL=RealMapVueRef.d.ts.map