stuff
This commit is contained in:
@@ -11,13 +11,7 @@ type dialogjson =
|
||||
| ["title", string]
|
||||
| ["radio", string, string[], (this: unknown, e: string) => unknown, number]
|
||||
| ["html", HTMLElement]
|
||||
| [
|
||||
"select",
|
||||
string,
|
||||
string[],
|
||||
(this: HTMLSelectElement, e: Event) => unknown,
|
||||
number
|
||||
]
|
||||
| ["select", string, string[], (this: HTMLSelectElement, e: Event) => unknown, number]
|
||||
| ["tabs", [string, dialogjson][]];
|
||||
class Dialog{
|
||||
layout: dialogjson;
|
||||
|
Reference in New Issue
Block a user