This commit is contained in:
Maze Winther
2026-02-01 10:59:05 +01:00
parent 1d55b903d7
commit 33f4a54768
11 changed files with 33 additions and 33 deletions
@@ -7,7 +7,7 @@ import { TimelineTick } from "./timeline-tick";
interface TimelineRulerProps {
zoomLevel: number;
dynamicTimelineWidth: number;
rulerRef: React.RefObject<HTMLDivElement>;
rulerRef: React.Ref<HTMLDivElement>;
handleWheel: (e: React.WheelEvent) => void;
handleTimelineContentClick: (e: React.MouseEvent) => void;
handleRulerTrackingMouseDown: (e: React.MouseEvent) => void;