gwt.react.client.elements.ReactElement Maven / Gradle / Ivy
package gwt.react.client.elements;
import gwt.react.client.proptypes.BaseProps;
import jsinterop.annotations.JsType;
/**
* Created by paul on 2016-03-12.
*/
@JsType(isNative = true)
public class ReactElement {
public T type;
public P props;
public String key;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy