fix(interface): Add table<string, string> to icon typings (#261)

This commit is contained in:
Diogo Manuel Coelho Morais dos Santos
2023-03-11 06:38:34 +11:00
committed by GitHub
parent c011d51184
commit fc6a95c73c
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ local openMenu
---@class MenuOptions
---@field label string
---@field icon? string
---@field icon? string | {[1]: IconProp, [2]: string};
---@field checked? boolean
---@field values? table<string | { label: string, description: string }>
---@field description? string