Skip to content

Commit

Permalink
Merge pull request #93 from zac-robinson/main
Browse files Browse the repository at this point in the history
Update endDate type
  • Loading branch information
mskocik authored Apr 24, 2023
2 parents fe93ab6 + afc564b commit dd19830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/SveltyPicker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export let initialDate = null;
/** @type {Date | string | null} */
export let startDate = null;
/** @type {Date | null} */
/** @type {Date | string | null} */
export let endDate = null;
/** @type {boolean} */
export let pickerOnly = false;
Expand Down

0 comments on commit dd19830

Please sign in to comment.