Reformat typescript/**/*.d.ts

pull/2587/head
Rob Pilling 2023-02-19 18:01:08 +00:00
parent 8a3c9a26e5
commit 12575cda34
4 changed files with 205 additions and 205 deletions

View File

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