소스 검색

Merge branch 'v1.9.0-position' of http://192.168.0.115:3000/bill/fuse-code into v1.9.0-position

xzw 1 주 전
부모
커밋
6f854ccbb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = {