mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Update definitions for react-vertical-timeline-component (#45142)
This commit is contained in:
parent
8f95ca14bd
commit
2eeaaa26b3
@ -1,4 +1,4 @@
|
||||
// Type definitions for react-vertical-timeline-component 2.6
|
||||
// Type definitions for react-vertical-timeline-component 3.0
|
||||
// Project: https://github.com/stephane-monnot/react-vertical-timeline, https://stephane-monnot.github.io/react-vertical-timeline
|
||||
// Definitions by: Stéphane Monnot <https://github.com/stephane-monnot>
|
||||
// Lukas Elmer <https://github.com/lukaselmer>
|
||||
@ -22,11 +22,11 @@ export interface VerticalTimelineElementProps {
|
||||
iconOnClick?: () => void;
|
||||
iconStyle?: React.CSSProperties;
|
||||
icon?: React.ReactNode;
|
||||
intersectionObserverProps?: any;
|
||||
onTimelineElementClick?: () => void;
|
||||
position?: string;
|
||||
style?: React.CSSProperties;
|
||||
textClassName?: string;
|
||||
visibilitySensorProps?: any;
|
||||
contentStyle?: React.CSSProperties;
|
||||
contentArrowStyle?: React.CSSProperties;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user