UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

9 lines (8 loc) 288 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchNumber } from "../utils"; export const validateMaxLength = (component, value, options = {}) => { watchNumber(component, '_maxLength', value, Object.assign({ min: 0 }, options)); }; //# sourceMappingURL=max-length.js.map