mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/alert): allow defining alert dialog button labels
This commit is contained in:
@@ -5,6 +5,7 @@ local alert = nil
|
||||
---@field content string;
|
||||
---@field centered? boolean?;
|
||||
---@field cancel? boolean?;
|
||||
---@field labels? {cancel?: string, confirm?: string}
|
||||
|
||||
---@param data AlertDialogProps
|
||||
---@return 'cancel' | 'confirm' | nil
|
||||
|
||||
Reference in New Issue
Block a user