UNPKG

auto-form-builder

Version:

🧱 Vue Auto Form Builder with schema-based generation, themes, validation and localization.

8 lines (5 loc) • 217 B
import AutoForm from "./components/AutoForm.vue"; import { parseSchema, type FieldSchema } from "./utils/schemaParser"; export { AutoForm, parseSchema }; export type { FieldSchema }; export default AutoForm;