UNPKG

@public-ui/components

Version:

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

11 lines (10 loc) 279 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchString } from "../utils"; export const validateCustomClass = (component, value) => { watchString(component, '_customClass', value, { defaultValue: '', }); }; //# sourceMappingURL=custom-class.js.map