|
@@ -49,8 +49,16 @@ import unzipBase64 from "./utils/unzipBase64";
|
|
|
import { SPipeItem } from "./items/SPipeItem";
|
|
|
import { SEquipItem } from "./items/SEquipItem";
|
|
|
import { SSceneMaskItem } from "./items/SSceneMaskItem";
|
|
|
+import { ElementData } from "./types/ElementData"
|
|
|
+import { Legend } from "./types/Legend"
|
|
|
+import { Marker } from "./types/Marker"
|
|
|
+import { Relation } from "./types/Relation"
|
|
|
|
|
|
export {
|
|
|
+ ElementData,
|
|
|
+ Legend,
|
|
|
+ Marker,
|
|
|
+ Relation,
|
|
|
SLayerItem,
|
|
|
SLineItem,
|
|
|
SPolylineItem,
|