Explorar el Código

types<feat>:新增接口类型

YaolongHan hace 4 años
padre
commit
888cf95fa6
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      persagy-web-big/src/index.ts

+ 8 - 0
persagy-web-big/src/index.ts

@@ -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,