UNPKG

@xraph/smartform-react

Version:

React library for rendering and validating SmartForms with shadcn components

5 lines (4 loc) 238 B
export * from "./template-engine"; export type { VariableSuggestion, ArrayInfo, TemplateContext, TemplateExpression, TemplateFunction, TemplatePart, } from "./types"; export * from "./variable-registry"; export * from "./template-parts";