소스 검색

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