improve UI/UX

This commit is contained in:
Boof2015
2026-03-31 16:19:14 -04:00
parent d76abe38a8
commit afc26737cf
16 changed files with 558 additions and 158 deletions
+1
View File
@@ -7,6 +7,7 @@ export interface DialogOptions {
defaultId?: number
cancelId?: number
defaultValue?: string
placeholder?: string
}
export interface DialogResult {