refactor(core): own edit protocol contract

This commit is contained in:
James
2026-07-18 13:24:57 -04:00
parent 177681aff1
commit 562544f68d
11 changed files with 213 additions and 17 deletions
-2
View File
@@ -11,8 +11,6 @@ export { resolveIframe } from "./lib/timelineDOM";
// Store
export { usePlayerStore, liveTime } from "./store/playerStore";
// Public library surface; external consumers are invisible to the workspace analyzer.
// fallow-ignore-next-line unused-exports
export type { SelectElementOptions, TimelineElement, ZoomMode } from "./store/playerStore";
// Utils