mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(client): add missing lua typings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local input
|
||||
|
||||
---@class InputDialogRowProps
|
||||
---@field type 'input' | 'number' | 'checkbox' | 'select' | 'slider'
|
||||
---@field type 'input' | 'number' | 'checkbox' | 'select' | 'slider' | 'multi-select' | 'date' | 'date-range' | 'time' | 'textarea'
|
||||
---@field label string
|
||||
---@field options? { value: string, label: string, default?: string }[]
|
||||
---@field password? boolean
|
||||
@@ -14,6 +14,10 @@ local input
|
||||
---@field min? number
|
||||
---@field max? number
|
||||
---@field step? number
|
||||
---@field autosize? boolean
|
||||
---@field required? boolean
|
||||
---@field format? string
|
||||
---@field clearable? string
|
||||
---@field description? string
|
||||
|
||||
---@class InputDialogOptionsProps
|
||||
|
||||
Reference in New Issue
Block a user