]> source.dussan.org Git - svg.js.git/commitdiff
perf: add Container constructor declaration. 1309/head
authorJiande <we1215107007@163.com>
Fri, 18 Aug 2023 06:04:23 +0000 (14:04 +0800)
committerJiande <we1215107007@163.com>
Fri, 18 Aug 2023 06:04:23 +0000 (14:04 +0800)
if not, while user hover in Container will show DynamicExtends constructor params.

svg.js.d.ts

index 38b9ed210bd61ef2186c6f55599e6b34794000a5..ae3291931a8917b485c3e068d4a81c1d3102c916 100644 (file)
@@ -1266,6 +1266,7 @@ declare module '@svgdotjs/svg.js' {
    */
   let ContainableElement: DynamicExtends<Element>
   class Container extends ContainableElement {
+    constructor()
     flatten(parent: Dom, depth?: number): this
     ungroup(parent: Dom, depth?: number): this
   }