Operand

thee, sea, us.

gram: docs

> ./packages/core/src/editor/index.ts

/**
* `core/editor/` — shared stateful-orchestration spine for the React/Vue
* adapters (issue #696 Tier 2). The pure layout COMPUTE pass + the
* rAF-coalescing layout scheduler; the transaction loop, view lifecycle, and
* session seam land here as the tier proceeds.
*/
export { computeLayout } from './computeLayout';
export type { ComputeLayoutInputs, LayoutComputation, MeasureBlocksFn } from './computeLayout';
export { createLayoutScheduler } from './layoutScheduler';
export type { LayoutScheduler } from './layoutScheduler';
export { stripScrollFlag } from './scrollFlag';