@faivform/builtin
Version:
Built-in forms using @tuentyfaiv/svelte-form
6 lines (5 loc) • 397 B
JavaScript
export { setConfig, useGlobalFormStyles } from "./logic/stores/index.js";
export { getTexts } from "./logic/utils/objects.js";
export { fieldsSignin, fieldsSignup, fieldsContact } from "./logic/schemas/index.js";
export { SigninForm, SignupForm, ContactForm, } from "./ui/containers/index.js";
export { REGEX_NUMBERS, REGEX_PASSWORD, REGEX_PHONE, REGEX_PHONE_CODE } from "./logic/utils/regex.js";