UNPKG

@public-ui/components

Version:

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

4 lines 447 B
/*! * KoliBri - The accessible HTML-Standard */ "use strict";const index=require("./index-94c17ce6.js"),orientationPropTypeOptions=["horizontal","vertical"],validateOrientation=(i,t,e="horizontal")=>{index.watchValidator(i,"_orientation",(i=>"string"==typeof i&&orientationPropTypeOptions.includes(i)),new Set([`KoliBriOrientation {${orientationPropTypeOptions.join(", ")}`]),t,{defaultValue:e})};exports.validateOrientation=validateOrientation;