mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(interface/input): add missing color type to typings (#407)
Add color option
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
local input
|
local input
|
||||||
|
|
||||||
---@class InputDialogRowProps
|
---@class InputDialogRowProps
|
||||||
---@field type 'input' | 'number' | 'checkbox' | 'select' | 'slider' | 'multi-select' | 'date' | 'date-range' | 'time' | 'textarea'
|
---@field type 'input' | 'number' | 'checkbox' | 'select' | 'slider' | 'multi-select' | 'date' | 'date-range' | 'time' | 'textarea' | 'color'
|
||||||
---@field label string
|
---@field label string
|
||||||
---@field options? { value: string, label: string, default?: string }[]
|
---@field options? { value: string, label: string, default?: string }[]
|
||||||
---@field password? boolean
|
---@field password? boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user