@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
19 lines (15 loc) • 597 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
;
var level = require('./level-DmIt1w-r.js');
var common = require('./common-DPb6NWR4.js');
const watchHeadingLevel = (component, value) => {
common.watchValidator(component, '_level', (value) => typeof value === 'number' && level.headingLevelOptions.includes(value), new Set(level.headingLevelOptions.map(String)), value, {
defaultValue: 1,
required: true,
});
};
exports.watchHeadingLevel = watchHeadingLevel;
//# sourceMappingURL=validation-4QVpAFd9.js.map
//# sourceMappingURL=validation-4QVpAFd9.js.map