gwt.react.client.components.ElementFactory Maven / Gradle / Ivy
package gwt.react.client.components;
import gwt.react.client.proptypes.BaseProps;
import jsinterop.annotations.JsFunction;
@JsFunction
public interface ElementFactory {
ReactClass createElement(P props);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy