Skip to content

Commit

Permalink
feat: try typing solution
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kings committed Oct 30, 2024
1 parent 2ee6337 commit 079d618
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,13 @@ declare module '@deep-consulting-solutions/react-big-calendar' {
elementProps?: React.HTMLAttributes<HTMLElement> | undefined
style?: React.CSSProperties | undefined
onShowMore?: ((events: TEvent[], date: Date) => void) | undefined
grouping?: {
title: string
resources: {
id: string
title: string
}[]
}
}

export interface TitleOptions {
Expand Down

0 comments on commit 079d618

Please sign in to comment.