trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
13 lines • 483 B
TypeScript
/**
* Gallery entry — combobox (headless autocomplete: query, filtered
* items, active index, select-by-id — the popup binding is yours).
*/
import { createComboboxCore } from '../../combobox/index.js';
import type { RegisteredComponent } from '../../inspector/index.js';
export declare const comboboxEntry: RegisteredComponent<{
items: {
id: string;
label: string;
}[];
}, ReturnType<typeof createComboboxCore>>;
//# sourceMappingURL=combobox.d.ts.map