UNPKG

@public-ui/components

Version:

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

11 lines (8 loc) 357 B
/*! * KoliBri - The accessible HTML-Standard */ import { c as createPropDefinition, n as normalizeString } from './normalizers.js'; const labelProp = createPropDefinition('label', '', normalizeString, (v) => v === '' || (v.length >= 2 && v.length <= 80)); export { labelProp as l }; //# sourceMappingURL=label2.js.map //# sourceMappingURL=label2.js.map