9 lines
324 B
TypeScript
9 lines
324 B
TypeScript
|
|
import SVGTextPositioningElement from '../svg-text-positioning-element/SVGTextPositioningElement.js';
|
||
|
|
/**
|
||
|
|
* SVG Text Element.
|
||
|
|
*
|
||
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/SVGTextElement
|
||
|
|
*/
|
||
|
|
export default class SVGTextElement extends SVGTextPositioningElement {
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=SVGTextElement.d.ts.map
|