@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-3ce275fe.js"),prop_validators=require("./prop.validators-3c86f8eb.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;