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.
13 lines
432 B
TypeScript
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";
|