We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bd1a4 commit 65faa51Copy full SHA for 65faa51
src/timeline/Timeline.tsx
@@ -38,7 +38,7 @@ export interface TimelineProps {
38
/**
39
* Pass to handle creation of a new event by long press out on the timeline background
40
*/
41
- onBackgroundLongPressOut?: TimelineHoursProps['onBackgroundLongPressOut'];
+ onBackgroundLongPressOut?: TimelineHoursProps['onBackgroundLongPressOut'];
42
styles?: Theme; //TODO: deprecate (prop renamed 'theme', as in the other components).
43
theme?: Theme;
44
scrollToFirst?: boolean;
0 commit comments