Files
Fluxup_PAP/node_modules/@react-navigation/elements/lib/module/Label/getLabel.js
2026-03-10 16:18:05 +00:00

6 lines
210 B
JavaScript

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