UNPKG

trellis

Version:

Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications

8 lines 276 B
/** * Headless UI Convention — shared furniture (ADR 0034). * * @module trellis/headless */ export type { HeadlessComponentType, HeadlessCore, RegistryEntry } from './core.js'; export { syncFromCore, toSvelteStore } from './store.js'; //# sourceMappingURL=index.d.ts.map