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

This commit is contained in:
Diogo Manuel Coelho Morais dos Santos
2023-03-10 19:38:34 +00:00
committed by GitHub
parent c011d51184
commit fc6a95c73c
7 changed files with 8 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ local input
---@field label string
---@field options? { value: string, label: string, default?: string }[]
---@field password? boolean
---@field icon? string
---@field icon? string | {[1]: IconProp, [2]: string};
---@field iconColor? string
---@field placeholder? string
---@field default? string | number