UNPKG

form-associated-helpers

Version:

A collection of reusable mixins + helpers for working with form associated custom elements.

5 lines (4 loc) 182 B
export function RangeUnderflowValidator<T extends HTMLElement & { min?: number | undefined; value: null | string | File | FormData; }>(): import("../types.js").Validator<T>;