amis-rpc-design/node_modules/@react-navigation/elements/lib/module/Label/getLabel.js

4 lines
195 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
export function getLabel(options, fallback) {
return options.label !== undefined ? options.label : options.title !== undefined ? options.title : fallback;
}
//# sourceMappingURL=getLabel.js.map