UNPKG

trellis

Version:

Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications

12 lines 512 B
/** * Gallery entry — form (headless form engine: values, errors, dirty, * touched, validation, submit — no UI binding). */ import { createFormCore } from '../../forms/index.js'; import type { FormSchema } from '../../forms/core/index.js'; import type { RegisteredComponent } from '../../inspector/index.js'; export declare const formEntry: RegisteredComponent<{ schema: FormSchema; initialValues: Record<string, unknown>; }, ReturnType<typeof createFormCore>>; //# sourceMappingURL=forms.d.ts.map