Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#60785 [react-calendar-timeline] add buffer…
Browse files Browse the repository at this point in the history
… property by @tunganh-phamba

property buffer is missing according to https://github.com/namespace-ee/react-calendar-timeline#buffer
  • Loading branch information
tunganh-phamba authored Jun 14, 2022
1 parent 9dcba03 commit b727c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/react-calendar-timeline/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ declare module 'react-calendar-timeline' {
resizeDetector?: ((containerResizeDetector: any) => void) | undefined;
verticalLineClassNamesForTime?: ((start: number, end: number) => string[] | undefined) | undefined;
horizontalLineClassNamesForGroup?: ((group: CustomGroup) => string[]) | undefined;

buffer?: number | undefined;
// Fields that are in propTypes but not documented
headerRef?: React.Ref<any> | undefined;
}
Expand Down

0 comments on commit b727c56

Please sign in to comment.