UNPKG

@public-ui/components

Version:

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

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