UNPKG
realmap-vue
Version:
latest (0.0.2)
0.0.2
0.0.1
Wooritech map chart component library
realmap-vue
/
dist
/
types
/
RealMapVueRef.d.ts
6 lines
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
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