UNPKG

@public-ui/components

Version:

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

12 lines (9 loc) 437 B
/*! * KoliBri - The accessible HTML-Standard */ import { c as createPropDefinition, a as normalizeInteger } from './normalizers.js'; const headingLevelOptions = [0, 1, 2, 3, 4, 5, 6]; const levelProp = createPropDefinition('level', 0, (value) => normalizeInteger(value), (v) => headingLevelOptions.includes(v)); export { headingLevelOptions as h, levelProp as l }; //# sourceMappingURL=level.js.map //# sourceMappingURL=level.js.map