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