bitburner.reactelement.md
September 26, 2025 ยท View on GitHub
Home > bitburner > ReactElement
ReactElement interface
A stand-in for the real React.ReactElement. Use React.createElement to make these. See creating an element without jsx from the official React documentation.
Signature:
interface ReactElement
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string | number | null | |||
|
any | |||
|
string | ((props: any) => ReactElement | null) | (new (props: any) => object) |