Merge branch 'v3'

This commit is contained in:
Luke
2023-02-17 15:54:20 +01:00
86 changed files with 3629 additions and 4077 deletions

View File

@@ -10,6 +10,8 @@ end
---@field header string;
---@field content string;
---@field centered? boolean?;
---@field size? 'xs' | 'sm' | 'md' | 'lg' | 'xl';
---@field overflow? boolean?;
---@field cancel? boolean?;
---@field labels? {cancel?: string, confirm?: string}