UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 228 B
/*! * KoliBri - The accessible HTML-Standard */ export const parseColumnWidth = (width) => { return Number.isFinite(width) && width !== undefined && width > 0 ? width : undefined; }; //# sourceMappingURL=controller.js.map