Skip to content

Commit

Permalink
refactor: title boolean type only support false
Browse files Browse the repository at this point in the history
  • Loading branch information
Layouwen committed Jul 23, 2024
1 parent ef1ba84 commit d975435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type CalendarPickerViewRef = {
}

export type CalendarPickerViewProps = {
title?: React.ReactNode | boolean
title?: React.ReactNode | false
confirmText?: string
weekStartsOn?: 'Monday' | 'Sunday'
renderTop?: (date: Date) => React.ReactNode
Expand Down

0 comments on commit d975435

Please sign in to comment.