trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
16 lines • 781 B
TypeScript
/**
* Headless component inspector — component index + isolated preview
* playground for headless UI components (ADR 0034).
*
* The registry indexes every headless component (metadata, core factory,
* action specs, per-framework renderers). The browser gallery
* (`demo/wedge-smoke`) and Studio tooling consume it to render any
* component in isolation with a common inspect wrapper around it — state
* JSON, action buttons, and a live view — for exploration without a full
* application context.
*
* @module trellis/inspector
*/
export { inspectorRegistry } from './registry/inspector-registry.js';
export type { GalleryAction, HeadlessFramework, RegisteredComponent, VisualRenderer, } from './registry/inspector-registry.js';
//# sourceMappingURL=index.d.ts.map