UNPKG

@public-ui/components

Version:

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

4 lines 405 B
/*! * KoliBri - The accessible HTML-Standard */ import{h as headingLevelOptions}from"./label-e8ec0e3a.js";import{w as watchValidator}from"./prop.validators-64749272.js";const watchHeadingLevel=(e,a)=>{watchValidator(e,"_level",(e=>"number"==typeof e&&headingLevelOptions.includes(e)),new Set([`Number {${headingLevelOptions.join(", ")}`]),a,{defaultValue:1,required:!0})};export{watchHeadingLevel as w};