Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 380 Bytes

bitburner.reactelement.type.md

File metadata and controls

11 lines (7 loc) · 380 Bytes

Home > bitburner > ReactElement > type

ReactElement.type property

Signature:

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