Files
ladybird/Userland/Libraries/LibWeb/SVG/SVGGElement.idl
2024-08-17 07:41:04 +02:00

7 lines
168 B
Plaintext

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