@JsType(isNative=true,
namespace="React",
name="Component")
public abstract class NativeComponent
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
abstract ReactNode |
render() |
@JsMethod @Nullable public abstract ReactNode render()