sveltekit-superforms-5
Version:
<p align="center"> <img src="https://github.com/ciscoheat/sveltekit-superforms/raw/main/logo.svg" width="150px" align="center" alt="Superforms logo" /> <h1 align="center">Superforms 💥</h1> <p align="center">Making SvelteKit forms a pleasure to use!
4 lines (3 loc) • 302 B
TypeScript
import type { ValidationErrors } from './index.js';
export declare function updateCustomValidity(validityEl: HTMLElement, errors: string[] | undefined): Promise<void>;
export declare function setCustomValidityForm(formElement: HTMLFormElement, errors: ValidationErrors<Record<string, unknown>>): void;