bitburner.reactelement.type.md

May 26, 2023 ยท View on GitHub

Home > bitburner > ReactElement > type

ReactElement.type property

Signature:

type: string | ((props: any) => ReactElement | null) | (new (props: any) => object);