UNPKG

@public-ui/components

Version:

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

11 lines (10 loc) 285 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchBoolean } from "../utils"; export const validateSpellCheck = (component, value) => { watchBoolean(component, '_spellCheck', value, { defaultValue: undefined, }); }; //# sourceMappingURL=spell-check.js.map