001package react4j.dom.events;
002
003import akasha.Event;
004import jsinterop.annotations.JsPackage;
005import jsinterop.annotations.JsType;
006
007@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "Object" )
008@SuppressWarnings( "unused" )
009public class FormEvent
010  extends SyntheticEvent<Event>
011{
012}