Skip to content

Commit

Permalink
chore: make edgesOnly Type as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 29, 2024
1 parent aad63b1 commit 0556517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface IRange {
* This parameter will only keep references of the date range edges (start/end dates) in the `settings.selected.dates` array.
* Only works when `settings.selection.day` is set to `'multiple-ranged'`.
*/
edgesOnly: boolean;
edgesOnly?: boolean;
/** This parameter disables all days and can be useful when using `settings.range.enabled` */
disableAllDays: boolean;
/** This parameter allows you to disable specified weekdays. */
Expand Down

0 comments on commit 0556517

Please sign in to comment.