Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/3lang3/react-vant
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Feb 22, 2024
2 parents 194e786 + c2712db commit 17d9771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-vant/src/components/calendar/PropsType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface CalendarProps extends Omit<BaseTypeProps, 'children'> {
rangePrompt?: string
showConfirm?: boolean
lazyRender?: boolean
value?: CalendarValue
value?: CalendarValue | null
defaultValue?: any
allowSameDay?: boolean
showSubtitle?: boolean
Expand Down

0 comments on commit 17d9771

Please sign in to comment.