import { RationalTime } from "@techsquidtv/canvas-timeline-utils"; //#region src/hooks/playback/useTimelinePlayheadTime.d.ts /** * Hook to subscribe directly to playhead scrubbing changes. * Bypasses root-level context state updates to keep scrubbing high-performance. * * @returns The current RationalTime of the playhead. */ declare function useTimelinePlayheadTime(): RationalTime; //#endregion export { useTimelinePlayheadTime }; //# sourceMappingURL=useTimelinePlayheadTime.d.mts.map