UNPKG

svelte-object

Version:

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

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