UNPKG

@public-ui/components

Version:

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

13 lines (10 loc) 319 B
/*! * KoliBri - The accessible HTML-Standard */ import { b as watchBoolean } from './prop.validators.js'; const validateRequired = (component, value) => { watchBoolean(component, '_required', value); }; export { validateRequired as v }; //# sourceMappingURL=required.js.map //# sourceMappingURL=required.js.map