Browse Source

更新定义

wangfumin 1 week ago
parent
commit
b61593b96d
1 changed files with 1 additions and 1 deletions
  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 = {