wangfumin hace 1 semana
padre
commit
b61593b96d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/sdk/sdk.ts

+ 1 - 1
src/sdk/sdk.ts

@@ -223,7 +223,7 @@ export interface SDK {
 
   createAnimationGroup: () => AnimationGroup;
 
-  generateAniPathData: any
+  generateAniPathData: () => any
 }
 
 export type PathProps = {