浏览代码

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

tags/3.2.0
HarryFaulkner 1年前
父节点
当前提交
8ab34ff0f9
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      svg.js.d.ts

+ 1
- 1
svg.js.d.ts 查看文件

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

正在加载...
取消
保存