Sleeve UI improvements.

This commit is contained in:
Olivier Gagnon
2021-03-16 05:42:12 -04:00
parent 29ea1281e0
commit c9fe8d9b65
12 changed files with 295 additions and 150 deletions
+1 -1
View File
@@ -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;