UNPKG

@public-ui/components

Version:

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

14 lines (13 loc) 489 B
/*! * KoliBri - The accessible HTML-Standard */ export function getDefaultProps({ ariaDescribedBy, hideLabel, label }) { return { title: '', autoCapitalize: 'off', autoCorrect: 'off', 'aria-describedby': (ariaDescribedBy === null || ariaDescribedBy === void 0 ? void 0 : ariaDescribedBy.length) ? ariaDescribedBy.join(' ') : undefined, 'aria-label': hideLabel && label ? label : undefined, }; } //# sourceMappingURL=getDefaultProps.js.map