/** * @startsimpli/ui/presentations — the deck-builder page composer. * * A dual-pane (chat | live slide deck) surface composed entirely from generic * @startsimpli/ui primitives and driven by an injected orchestrator that * satisfies the `DeckBuilder` contract. Isolated behind a dedicated subpath so * consumers that don't build presentations don't pull it in (mirrors gantt / * workflows / collection). */ export { DeckBuilderWorkspace } from './DeckBuilderWorkspace' export type { DeckBuilderWorkspaceProps } from './DeckBuilderWorkspace' export type { DeckBuilder, DeckStyle, DeckBuilderPhase } from './types'