ladybird/Userland/Libraries/LibWeb/SVG/SVGTitleElement.idl

7 lines
158 B
Text
Raw Normal View History

#import <SVG/SVGElement.idl>
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSVGElement
[Exposed=Window]
interface SVGTitleElement : SVGElement {
};