All Downloads are FREE. Search and download functionalities are using the official Maven repository.

react4j.core.BaseProps Maven / Gradle / Ivy

There is a newer version: 0.02
Show newest version
package react4j.core;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "Object" )
public class BaseProps
{
  public ReactElementChildren children;
  public String key;
  public Object ref; //Either a String Id or RefCallback
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy