mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
UI: LogBox overhaul (#508)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [ReactElement](./bitburner.reactelement.md) > [type](./bitburner.reactelement.type.md)
|
||||
|
||||
## ReactElement.type property
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type: string | ((props: any) => ReactElement | null) | (new (props: any) => object);
|
||||
```
|
||||
Reference in New Issue
Block a user