Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): types in date-related doc pages #3393

Open
wants to merge 8 commits into
base: canary
Choose a base branch
from
2 changes: 1 addition & 1 deletion apps/docs/content/docs/components/range-calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Here's the example to customize `topContent` and `bottomContent` to have some pr
| Attribute | Type | Description |
| ---------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| onFocusChange | `(date: CalendarDate) => void` | Handler that is called when the focused date changes. |
| onChange | `(value: RangeValue>) => void` | Handler that is called when the value changes. |
| onChange | `(value: RangeValue<MappedDateValue<DateValue>>) => void` | Handler that is called when the value changes. |
wingkwong marked this conversation as resolved.
Show resolved Hide resolved

#### Supported Calendars

Expand Down
Loading