Browse Source

新增sdk定义

wangfumin 1 week ago
parent
commit
82e1e4fe6d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sdk/sdk.ts

+ 2 - 0
src/sdk/sdk.ts

@@ -222,6 +222,8 @@ export interface SDK {
   createPath: (props: PathProps) => Path;
 
   createAnimationGroup: () => AnimationGroup;
+
+  generateAniPathData: any
 }
 
 export type PathProps = {