trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
7 lines • 427 B
TypeScript
/**
* Inspector DOM helpers — tiny element factory + query shorthand.
* Shared by the registry entries and the admin Components panel.
*/
export declare function el<K extends keyof HTMLElementTagNameMap>(tag: K, attrs?: Record<string, unknown>, ...children: (Node | string | null | undefined)[]): HTMLElementTagNameMap[K];
export declare const $: <T extends HTMLElement>(id: string) => T;
//# sourceMappingURL=dom.d.ts.map