react-chrono
Version:
A Modern Timeline component for React
8 lines • 333 B
TypeScript
/**
* Hook for handling timeline scrolling with smooth animation
* Respects user's motion preferences for accessibility (WCAG 2.3.3)
*/
export declare const useTimelineScrolling: () => {
scrollToElement: (element: HTMLElement, mode: string, forceScroll?: boolean) => void;
};
//# sourceMappingURL=useTimelineScrolling.d.ts.map