Skip to content

Commit

Permalink
Merge pull request #1109 from winie/fix-locale-props-for-header-renderer
Browse files Browse the repository at this point in the history
Add locale property to CalendarHeaderProps interface
  • Loading branch information
acro5piano authored Oct 15, 2024
2 parents 6dd30f9 + 49a2a54 commit 2e71dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CalendarHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { typedMemo } from '../utils/react'
export interface CalendarHeaderProps<T extends ICalendarEventBase> {
dateRange: dayjs.Dayjs[]
cellHeight: number
locale: string
style: ViewStyle
allDayEventCellStyle: ViewStyle | ((event: T) => ViewStyle)
allDayEventCellTextColor: string
Expand Down

0 comments on commit 2e71dbb

Please sign in to comment.