UNPKG

svelidate

Version:

Simple and lightweight form validation for Svelte with no dependencies

8 lines (7 loc) 174 B
export declare type SvelidateConfiguration = { mode: "html-only" | "js-only" | "default" | "all"; pattern: { symbol: string; email: string; }; };