Skip to content

Commit

Permalink
Merge pull request #6 from heliomarpm/heliomarpm-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
heliomarpm authored Aug 25, 2024
2 parents 497eea5 + 5fcc2c3 commit a510d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ import { ICalendarComponentOptions } from '@heliomarpm/ion-calendar';
})
export class HomePage {
dateRange: { from: string; to: string; };
type: 'string'; // 'string' | 'js-date' | 'moment' | 'time' | 'object'
type: 'string'; // 'string' | 'js-date' | 'luxon' | 'time' | 'object'
optionsRange: ICalendarComponentOptions = {
pickMode: 'range'
};
Expand Down Expand Up @@ -207,7 +207,7 @@ import { ICalendarComponentOptions } from '@heliomarpm/ion-calendar';
})
export class HomePage {
dateMulti: string[];
type: 'string'; // 'string' | 'js-date' | 'moment' | 'time' | 'object'
type: 'string'; // 'string' | 'js-date' | 'luxon' | 'time' | 'object'
optionsMulti: ICalendarComponentOptions = {
pickMode: 'multi'
};
Expand Down

0 comments on commit a510d7c

Please sign in to comment.