react-chrono
Version:
A Modern Timeline component for React
23 lines (22 loc) • 709 B
TypeScript
export declare const useTimelineCard: ({ active, autoScroll, slideShowRunning, cardLess, showAllCardsHorizontal, id, onClick, mode, position, iconChild, }: {
active: any;
autoScroll: any;
slideShowRunning: any;
cardLess: any;
showAllCardsHorizontal: any;
id: any;
onClick: any;
mode: any;
position: any;
iconChild: any;
}) => {
circleRef: import("react").RefObject<HTMLButtonElement>;
wrapperRef: import("react").RefObject<HTMLDivElement>;
contentRef: import("react").RefObject<HTMLDivElement>;
handleClick: () => void;
modeLower: any;
containerClass: string;
titleClass: string;
circleClass: string;
canShowTimelineContent: any;
};