feat(interface/input): add size to input dialog options (#32)

This commit is contained in:
Luca
2025-07-26 22:34:01 +10:00
committed by GitHub
parent fd8d65166b
commit 301ff2daf8
3 changed files with 3 additions and 1 deletions

View File

@@ -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[]