ladybird/Libraries/LibWeb/SVG/SVGDescElement.idl

7 lines
158 B
Text
Raw Normal View History

2024-04-15 18:43:01 +01:00
#import <SVG/SVGElement.idl>
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGDescElement
[Exposed=Window]
interface SVGDescElement : SVGElement {
};