UNPKG

@tuentyfaiv/svelte-form

Version:

A form library for Svelte. It is built on top of Svelte and Typescript. Inspired by Formik and React Hook Form.

5 lines (4 loc) 289 B
export { faivform, useForm, setConfig } from "./logic/stores/index.js"; export { Field, Select, Option, File, Errors } from "./components/index.js"; export { FormError, SchemaError, SchemaErrorList } from "./logic/utils/errors.js"; export { Adapter } from "./logic/typing/stores/form.js";