typescript: menu and font fixes

pull/2587/head
Rob Pilling 2023-01-21 00:13:33 +00:00
parent 3dec2a4065
commit 571adb88ce
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ type MenuOptions = {
type Menu = {
""?: MenuOptions;
[key: string]:
| MenuOptions
| MenuOptions // not actually an option here
| (() => void)
| MenuBooleanItem
| MenuNumberItem