feat(datetime): add ability to specify custom colors for specific dates (#26775)

This commit is contained in:
Amanda Johnston
2023-02-22 09:01:33 -06:00
committed by GitHub
parent fc5fcc064d
commit 2a761afd5a
30 changed files with 363 additions and 43 deletions

View File

@ -289,6 +289,7 @@ export const IonDatetime = /*@__PURE__*/ defineContainer<JSX.IonDatetime>('ion-d
'firstDayOfWeek',
'titleSelectedDatesFormatter',
'multiple',
'highlightedDates',
'value',
'showDefaultTitle',
'showDefaultButtons',