@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
12 lines (9 loc) • 464 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { c as createPropDefinition, a as normalizeInteger } from './normalizers-m3s9sgmq.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-1jyaYIAE.js.map
//# sourceMappingURL=level-1jyaYIAE.js.map