Przeglądaj źródła

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

tags/3.2.0
HarryFaulkner 1 rok temu
rodzic
commit
8ab34ff0f9
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      svg.js.d.ts

+ 1
- 1
svg.js.d.ts Wyświetl plik

@@ -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;

Ładowanie…
Anuluj
Zapisz