amis-rpc-design/node_modules/@react-navigation/elements/lib/module/Label/getLabel.js
2023-10-07 19:42:30 +08:00

4 lines
195 B
JavaScript

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