UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 285 B
/*! * KoliBri - The accessible HTML-Standard */ import { createPropDefinition } from "./helpers/factory"; import { normalizeNumber } from "./helpers/normalizers"; export const maxProp = createPropDefinition('max', 100, normalizeNumber, (v) => v > 0); //# sourceMappingURL=max.js.map