mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
fix(interface): Add table<string, string> to icon typings (#261)
This commit is contained in:
committed by
GitHub
parent
c011d51184
commit
fc6a95c73c
@@ -4,7 +4,7 @@ local openContextMenu = nil
|
||||
---@class ContextMenuItem
|
||||
---@field title? string
|
||||
---@field menu? string
|
||||
---@field icon? string
|
||||
---@field icon? string | {[1]: IconProp, [2]: string};
|
||||
---@field iconColor? string
|
||||
---@field onSelect? fun(args: any)
|
||||
---@field arrow? boolean
|
||||
|
||||
Reference in New Issue
Block a user