瀏覽代碼

Add missing export

sebavan 6 年之前
父節點
當前提交
aaf50caee1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Actions/index.ts

+ 1 - 0
src/Actions/index.ts

@@ -1,4 +1,5 @@
 export * from "./action";
+export * from "./actionEvent";
 export * from "./actionManager";
 export * from "./condition";
 export * from "./directActions";