UNPKG

@public-ui/components

Version:

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

4 lines 429 B
/*! * KoliBri - The accessible HTML-Standard */ import{w as watchValidator}from"./index-ebe5a881.js";const orientationPropTypeOptions=["horizontal","vertical"],validateOrientation=(t,i,o="horizontal")=>{watchValidator(t,"_orientation",(t=>"string"==typeof t&&orientationPropTypeOptions.includes(t)),new Set([`KoliBriOrientation {${orientationPropTypeOptions.join(", ")}`]),i,{defaultValue:o})};export{validateOrientation as v};