Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ui-component-library / dist / inputs / TextBox / deps / toAriaLabel.js
Size: Mime:
"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