Преглед на файлове

add isHTML flag to types (fixes #1266)

tags/3.2.1
Ulrich-Matthias Schäfer преди 9 месеца
родител
ревизия
93f2298510
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5
    1
      svg.js.d.ts

+ 5
- 1
svg.js.d.ts Целия файл

@@ -12,7 +12,11 @@ declare type CSSStyleName = Exclude<

declare module '@svgdotjs/svg.js' {
function SVG(): Svg
function SVG(selector: QuerySelector): Element
/**
* @param selectorOrHtml pass in a css selector or an html/svg string
* @param isHTML only used if first argument is an html string. Will treat the svg/html as html and not svg
*/
function SVG(selectorOrHtml: QuerySelector, isHTML?: boolean): Element
function SVG<T>(el: T): SVGTypeMapping<T>
function SVG(domElement: HTMLElement): Element


Loading…
Отказ
Запис