//#region src/hooks/viewport/useTimelineScrollTop.d.ts /** * Hook to subscribe directly to scroll top position changes. * Bypasses root-level context state updates for smooth vertical navigation. * * @returns The current scroll top offset in pixels. */ declare function useTimelineScrollTop(): number; //#endregion export { useTimelineScrollTop }; //# sourceMappingURL=useTimelineScrollTop.d.mts.map