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