Procházet zdrojové kódy

Merge pull request #9762 from bghgary/pathCursor-fix

Add missing pathCursor
Raanan Weber před 4 roky
rodič
revize
a5d63c7a6b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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";