File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ pub fn DatePicker(props: DatePickerProps) -> Element {
169169 }
170170}
171171
172- /// The context provided by the [`RangeCalendar `] component to its children.
172+ /// The context provided by the [`DateRangePicker `] component to its children.
173173#[ derive( Copy , Clone ) ]
174174pub struct DateRangePickerContext {
175175 // Currently selected date range
@@ -397,7 +397,7 @@ pub fn DatePickerPopover(props: DatePickerPopoverProps) -> Element {
397397 }
398398}
399399
400- /// The props for the [` Calendar`] and [`RangeCalendar`] component.
400+ /// The props for the Calendar component.
401401#[ allow( unpredictable_function_pointer_comparisons) ]
402402#[ derive( Props , Clone , PartialEq ) ]
403403pub struct DatePickerCalendarProps < T : Properties + PartialEq > {
You can’t perform that action at this time.
0 commit comments