Skip to content

Commit

Permalink
update context types
Browse files Browse the repository at this point in the history
  • Loading branch information
joakbjerk committed Dec 1, 2023
1 parent bc2dc77 commit 83e3a11
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export type DatePickerView = {
export type DatePickerContextValues = ContextProps & {
props: DatePickerProps
startDate: Date
_startDate: Date
endDate: Date
_endDate: Date
minDate: Date
maxDate: Date
hoverDate: Date
Expand Down

0 comments on commit 83e3a11

Please sign in to comment.