UNPKG

@public-ui/components

Version:

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

9 lines (8 loc) 242 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchBoolean } from "../utils"; export const validateOpen = (component, value, options) => { watchBoolean(component, '_open', value, options); }; //# sourceMappingURL=open.js.map