mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(interface/input): add size to input dialog options (#32)
This commit is contained in:
@@ -35,6 +35,7 @@ local input
|
||||
|
||||
---@class InputDialogOptionsProps
|
||||
---@field allowCancel? boolean
|
||||
---@field size? 'xs' | 'sm' | 'md' | 'lg' | 'xl'
|
||||
|
||||
---@param heading string
|
||||
---@param rows string[] | InputDialogRowProps[]
|
||||
|
||||
Reference in New Issue
Block a user