Skip to content

Commit

Permalink
Update type definition of AnimationItem.resize
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Feb 1, 2024
1 parent 63a39ae commit 149f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export type AnimationItem = {
resetSegments(forceFlag: boolean): void;
hide(): void;
show(): void;
resize(): void;
resize(width?: number, height?: number): void;
setSpeed(speed: number): void;
setDirection(direction: AnimationDirection): void;
setLoop(isLooping: boolean): void;
Expand Down

0 comments on commit 149f1f8

Please sign in to comment.