UNPKG

@adyen/lume-vue3

Version:

Lume is a Vue data visualization component library, built with Typescript and D3.

7 lines 250 B
/** * Checks whether an element is contained inside an <svg> element. * @param el A DOM element. * @returns True if it is wrapped by an <svg> element. */ export declare function svgCheck(el: Element): void; //# sourceMappingURL=svg-check.d.ts.map