diff options
Diffstat (limited to 'svg.js.d.ts')
-rw-r--r-- | svg.js.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts index 2d28913..2e227a4 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -818,7 +818,6 @@ declare module "@svgdotjs/svg.js" { constructor();
constructor(options: Function);
constructor(options: number);
- constructor(options: object);
constructor(options: Controller);
static sanitise: (duration?: TimeLike, delay?: number, when?: string) => object
|