UNPKG

@public-ui/components

Version:

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

15 lines (11 loc) 494 B
/*! * KoliBri - The accessible HTML-Standard */ 'use strict'; var normalizers = require('./normalizers-BCLslVaT.js'); const headingLevelOptions = [0, 1, 2, 3, 4, 5, 6]; const levelProp = normalizers.createPropDefinition('level', 0, (value) => normalizers.normalizeInteger(value), (v) => headingLevelOptions.includes(v)); exports.headingLevelOptions = headingLevelOptions; exports.levelProp = levelProp; //# sourceMappingURL=level-DmIt1w-r.js.map //# sourceMappingURL=level-DmIt1w-r.js.map