瀏覽代碼

Add missing pathCursor

Gary Hsu 4 年之前
父節點
當前提交
23f9563688
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Animations/index.ts

+ 2 - 1
src/Animations/index.ts

@@ -8,4 +8,5 @@ export * from "./animationEvent";
 export * from "./animationGroup";
 export * from "./animationKey";
 export * from "./animationRange";
-export * from "./animatable.interface";
+export * from "./animatable.interface";
+export * from "./pathCursor";