소스 검색

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

tags/3.2.0
HarryFaulkner 1 년 전
부모
커밋
8ab34ff0f9
No account linked to committer's email address
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;

Loading…
취소
저장