UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

6 lines 246 B
import getLabel from "./getLabel"; function getDefaultPopupTitle(props, locale) { var label = getLabel(props); return typeof label === 'string' ? locale.form.common.selectPlaceholder + label : undefined; } export default getDefaultPopupTitle;