UNPKG

svelte-object

Version:

A nested component Svelte 5 Runes pattern for structuring objects/arrays and their properties

3 lines (2 loc) 136 B
import type { ValidationEvent } from '../..'; export declare function isMax(e: ValidationEvent<string>, max: number | undefined): void;