9 lines
295 B
TypeScript
9 lines
295 B
TypeScript
|
|
import SVGAnimationElement from '../svg-animation-element/SVGAnimationElement.js';
|
||
|
|
/**
|
||
|
|
* SVG Set Element.
|
||
|
|
*
|
||
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/SVGSetElement
|
||
|
|
*/
|
||
|
|
export default class SVGSetElement extends SVGAnimationElement {
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=SVGSetElement.d.ts.map
|