Sfoglia il codice sorgente

types<feat>:新增接口类型

YaolongHan 4 anni fa
parent
commit
888cf95fa6
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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,