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) 147 B
export declare function parseValue<T>(input: HTMLInputElement | HTMLTextAreaElement): T; export declare function hasArray<T>(value: unknown): T[];