@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
15 lines (12 loc) • 373 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { b as watchBoolean } from './prop.validators.js';
const validateSpellCheck = (component, value) => {
watchBoolean(component, '_spellCheck', value, {
defaultValue: undefined,
});
};
export { validateSpellCheck as v };
//# sourceMappingURL=spell-check.js.map
//# sourceMappingURL=spell-check.js.map