UNPKG

@public-ui/components

Version:

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

13 lines (10 loc) 320 B
/*! * KoliBri - The accessible HTML-Standard */ import { h as watchString } from './prop.validators.js'; const validateHref = (component, value, options = {}) => { watchString(component, '_href', value, options); }; export { validateHref as v }; //# sourceMappingURL=href.js.map //# sourceMappingURL=href.js.map