UNPKG

@react-navigation/elements

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