bitburner-src/markdown/bitburner.reactelement.type.md
2023-05-26 08:07:37 -04:00

380 B

Home > bitburner > ReactElement > type

ReactElement.type property

Signature:

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