Sfoglia il codice sorgente

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

tags/3.2.0
HarryFaulkner 1 anno fa
parent
commit
8ab34ff0f9
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      svg.js.d.ts

+ 1
- 1
svg.js.d.ts Vedi 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…
Annulla
Salva