Skip to content

Commit

Permalink
export useCalendar (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 authored Nov 18, 2020
1 parent b999fbf commit 0274366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function getButtonProps({ label, onClick }) {
}
}

function useCalendar({
export function useCalendar({
initialDate,
initialNumDays = DEFAULTS.initialNumDays,
date: dateProp,
Expand Down

0 comments on commit 0274366

Please sign in to comment.