mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
911 B
911 B
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 |
---|---|---|---|
key | string | number | null | ||
props | any | ||
type | string | ((props: any) => ReactElement | null) | (new (props: any) => object) |