UNPKG

@react-navigation/elements

Version:
6 lines (5 loc) 210 B
"use strict"; export function getLabel(options, fallback) { return options.label !== undefined ? options.label : options.title !== undefined ? options.title : fallback; } //# sourceMappingURL=getLabel.js.map