disabledDates

@Composable
abstract fun disabledDates(disabledDates: List<LocalDate>?)

Set the list of disabled dates.


abstract val disabledDates: List<LocalDate>?

A list of disabled dates.