2026-03-17 13:31:18 -07:00

7 lines
104 B
Java

package org.w3c.dom.svg;
import org.w3c.dom.events.Event;
public interface SVGEvent extends Event {
}