mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
823 B
823 B
Home > bitburner > ReactElement
ReactElement interface
A stand-in for the real React.ReactElement, which API-extractor doesn't know about. Don't try to create one of these by hand; use React.createElement().
Signature:
interface ReactElement
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
key | string | number | null | ||
props | any | ||
type | string | ((props: any) => ReactElement | null) | (new (props: any) => object) |