trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
10 lines • 552 B
TypeScript
/**
* Gallery entry — editor (rich text over ProseMirror). The live view is a
* textarea synced to the core: printable keys type through the core,
* Enter splits the block; the caret is driven from state.selection.
*/
import { createEditorCore } from '../../editor/index.js';
import type { EditorConfig } from '../../editor/index.js';
import type { RegisteredComponent } from '../../inspector/index.js';
export declare const editorEntry: RegisteredComponent<EditorConfig, ReturnType<typeof createEditorCore>>;
//# sourceMappingURL=editor.d.ts.map