// Public contract surface of @repo/editor (types, schemas, manifest). // UI artifacts (board, frame node, overlay, store hook) live behind // `@repo/editor/ui` — see src/ui/index.ts. export { editorManifest, type EditorManifest } from "./feature.manifest";