@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
13 lines (10 loc) • 321 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { b as watchBoolean } from './prop.validators.js';
const validateReadOnly = (component, value) => {
watchBoolean(component, '_readOnly', value);
};
export { validateReadOnly as v };
//# sourceMappingURL=read-only.js.map
//# sourceMappingURL=read-only.js.map