UNPKG

@public-ui/components

Version:

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

15 lines (12 loc) 571 B
/*! * KoliBri - The accessible HTML-Standard */ import './common.js'; import { G as watchJsonArrayString, H as uiUxHintMillerscheZahl } from './prop.validators.js'; const watchNavLinks = (className, component, value) => { watchJsonArrayString(component, '_links', (link) => typeof link === 'object' && (typeof link._href === 'string' || typeof link._label === 'string'), value); uiUxHintMillerscheZahl(className, component.state._links.length); }; export { watchNavLinks as w }; //# sourceMappingURL=validation2.js.map //# sourceMappingURL=validation2.js.map