Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function toAriaLabel(props, state) {
const ariaLabelText = props.ariaLabel || state.ariaLabel;
const ariaLabeledBy = props.ariaLabeledBy || state.ariaLabeledBy;
return ariaLabelText || ariaLabeledBy;
}
exports.toAriaLabel = toAriaLabel;
//# sourceMappingURL=toAriaLabel.js.map