9 lines
327 B
JavaScript
9 lines
327 B
JavaScript
|
|
import SVGTextPositioningElement from '../svg-text-positioning-element/SVGTextPositioningElement.js';
|
||
|
|
/**
|
||
|
|
* SVG T-Span Element.
|
||
|
|
*
|
||
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/SVGTSpanElement
|
||
|
|
*/
|
||
|
|
export default class SVGTSpanElement extends SVGTextPositioningElement {
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=SVGTSpanElement.js.map
|