@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
4 lines • 432 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
;const label=require("./label-477be19d.js"),prop_validators=require("./prop.validators-888c8338.js"),watchHeadingLevel=(e,a)=>{prop_validators.watchValidator(e,"_level",(e=>"number"==typeof e&&label.headingLevelOptions.includes(e)),new Set([`Number {${label.headingLevelOptions.join(", ")}`]),a,{defaultValue:1,required:!0})};exports.watchHeadingLevel=watchHeadingLevel;