UNPKG

@public-ui/components

Version:

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

15 lines (12 loc) 369 B
/*! * KoliBri - The accessible HTML-Standard */ import { h as watchString } from './prop.validators.js'; const validateCustomClass = (component, value) => { watchString(component, '_customClass', value, { defaultValue: '', }); }; export { validateCustomClass as v }; //# sourceMappingURL=custom-class.js.map //# sourceMappingURL=custom-class.js.map