UNPKG

@public-ui/components

Version:

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

9 lines (8 loc) 284 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchString } from "../utils"; export const validateWidth = (component, value, options) => { watchString(component, '_width', value, Object.assign({ defaultValue: '100%' }, options)); }; //# sourceMappingURL=width.js.map