Browse Source

Merge branch 'svgdotjs:master' into 1277-use-single-quotes-for-maskWith

tags/3.2.0
HarryFaulkner 1 year ago
parent
commit
8ab34ff0f9
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      svg.js.d.ts

+ 1
- 1
svg.js.d.ts View File

@@ -930,7 +930,7 @@ declare module "@svgdotjs/svg.js" {
constructor(node?: HTMLElement, attr?: object);
constructor(att: object);
add(element: Element, i?: number): this;
addTo(parent: Dom | HTMLElement | string): this
addTo(parent: Dom | HTMLElement | string, i?: number): this
children(): List<Element>;
clear(): this;
clone(): this;

Loading…
Cancel
Save