{"version":3,"file":"context.mjs","names":[],"sources":["../src/context.ts"],"sourcesContent":["import type { TimelineEngine } from '@techsquidtv/canvas-timeline-core';\nimport { createContext } from 'react';\n/** Stable engine context. State subscriptions live in the consuming hooks. */\nexport const TimelineContext = createContext<TimelineEngine | null>(null);\n"],"mappings":";;;AAGA,MAAa,kBAAkB,cAAqC,IAAI"}