Skip to content

Commit

Permalink
Forgot to update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
FranCarrascosaMS committed Jul 3, 2023
1 parent 043e326 commit 93e37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ export class Timeline {
* Force a redraw of the Timeline. The size of all items will be recalculated.
* Can be useful to manually redraw when option autoResize=false and the window has been resized, or when the items CSS has been changed.
*/
redraw(): void;
redraw(refreshItems: boolean, restackGroups: boolean): void;

/**
* Remove vertical bars previously added to the timeline via addCustomTime method.
Expand Down

0 comments on commit 93e37c4

Please sign in to comment.