feat(datetime): add multiple date selection (#25514)

This commit is contained in:
Amanda Johnston
2022-07-20 13:44:30 -05:00
committed by GitHub
parent 3a7f5f166e
commit 9d31608f2d
49 changed files with 607 additions and 146 deletions

View File

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