[(value)] | TuiDayRange | TuiDay | readonly TuiDay[] | null | |
[disabledItemHandler] a handler that gets a date and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<TuiDay> | |
[max] max date | TuiDay | |
[min] min date | TuiDay | |
[multi] array of single dates | boolean | |
(cancel) output when user clicks Cancel | void | |
(confirm) output when user clicks Confirm (range or single day) | TuiDayRange | TuiDay | |
[single] single date or a range Use | boolean |