UNPKG

@public-ui/components

Version:

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

11 lines (10 loc) 258 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchString } from "../utils"; export const validateQuote = (component, value) => { watchString(component, '_quote', value, { required: true, }); }; //# sourceMappingURL=quote.js.map