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