mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
Sleeve UI improvements.
This commit is contained in:
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
export function dialogBoxCreate(txt: string, preformatted?: boolean): void;
|
||||
export function dialogBoxCreate(txt: string | JSX.Element, preformatted?: boolean): void;
|
||||
export var dialogBoxOpened: boolean;
|
||||
|
||||
Reference in New Issue
Block a user