trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
10 lines • 457 B
TypeScript
/**
* Gallery entry — dialog (headless stack of dialog instances; exit
* animation states, z-order, dismiss rules, focus contract — no shell UI).
*/
import { createDialogCore } from '../../dialog/index.js';
import type { RegisteredComponent } from '../../inspector/index.js';
export declare const dialogEntry: RegisteredComponent<{
onResult?: (value: unknown) => void;
}, ReturnType<typeof createDialogCore>>;
//# sourceMappingURL=dialog.d.ts.map