ssap_app/node_modules/@react-navigation/elements/lib/commonjs/Header/getHeaderTitle.js

10 lines
332 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = getHeaderTitle;
function getHeaderTitle(options, fallback) {
return typeof options.headerTitle === 'string' ? options.headerTitle : options.title !== undefined ? options.title : fallback;
}
//# sourceMappingURL=getHeaderTitle.js.map