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