UNPKG

@public-ui/components

Version:

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

11 lines (10 loc) 277 B
/*! * KoliBri - The accessible HTML-Standard */ import { watchString } from "../utils"; export const validateAriaOwns = (component, value) => { watchString(component, '_ariaOwns', value, { defaultValue: undefined, }); }; //# sourceMappingURL=aria-owns.js.map