Skip to content

Commit

Permalink
d.ts Timeline.active() (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
timohausmann authored Feb 7, 2022
1 parent 53af7dd commit 2b028c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svg.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ declare module "@svgdotjs/svg.js" {
constructor()
constructor(fn: Function)

active(): boolean
schedule(runner: Runner, delay?: number, when?: string): this
schedule(): ScheduledRunnerInfo[]
unschedule(runner: Runner): this
Expand Down

0 comments on commit 2b028c3

Please sign in to comment.