9 lines
264 B
JavaScript
9 lines
264 B
JavaScript
|
|
import SVGElement from '../svg-element/SVGElement.js';
|
||
|
|
/**
|
||
|
|
* SVG Title Element.
|
||
|
|
*
|
||
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/SVGTitleElement
|
||
|
|
*/
|
||
|
|
export default class SVGTitleElement extends SVGElement {
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=SVGTitleElement.js.map
|