ソースを参照

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";