evidence-binder/src/index.ts
tegwick 32c5a2ede4
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Attributes UX: Key (type) labels, filter, Overlay without field target.
CE-WP-0010: rename form vocabulary in user-facing strings to attributes,
show type next to keys, filter attributes at ≥3 characters, and allow
card→highlight guide lines when no attribute is focused.
2026-07-30 19:41:41 +02:00

13 lines
432 B
TypeScript

export * from "./repos";
export * from "./services";
export * from "./state";
export * from "./visual-guide";
export { FormRenderer, matchesTextFilter } from "./FormRenderer";
export type {
FieldDefinitionPatch,
FormFieldSchema,
FormRendererProps,
FormSchema,
} from "./FormRenderer";
export { BinderProvider, useBinder } from "./BinderProvider";
export type { BinderServices, BinderProviderProps } from "./BinderProvider";