UNPKG

form-associated-helpers

Version:

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

7 lines (6 loc) 200 B
/** * @type {() => import("../types.js").Validator<HTMLElement & {max?: number}>} */ export const RangeOverflowValidator: () => import("../types.js").Validator<HTMLElement & { max?: number; }>;