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.

3 lines (2 loc) 130 B
import type { ContextStyles } from "../typing/stores/styles.js"; export declare function setConfig(fields?: ContextStyles): void;