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

6 lines
240 B
JavaScript

"use strict";
export function getHeaderTitle(options, fallback) {
return typeof options.headerTitle === 'string' ? options.headerTitle : options.title !== undefined ? options.title : fallback;
}
//# sourceMappingURL=getHeaderTitle.js.map