UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 278 B
/*! * KoliBri - The accessible HTML-Standard */ import { createPropDefinition } from "./helpers/factory"; import { normalizeBoolean } from "./helpers/normalizers"; export const showProp = createPropDefinition('show', false, normalizeBoolean); //# sourceMappingURL=show.js.map