diff options
-rw-r--r-- | svg.js.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts index baef3b9..696e72e 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -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
|