UNPKG

@public-ui/components

Version:

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

9 lines (8 loc) 249 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchBoolean } from "../utils"; export const validateAriaExpanded = (component, value) => { watchBoolean(component, '_ariaExpanded', value); }; //# sourceMappingURL=aria-expanded.js.map