UNPKG

hy-app

Version:

修复上传提示功能

25 lines (22 loc) 462 B
import type IProps from "./typing"; import { IconConfig } from "../../config"; const defaultProps: IProps = { safeAreaInsetTop: true, placeholder: false, fixed: true, border: false, leftIcon: IconConfig.LEFT, leftText: "", rightText: "", rightIcon: "", title: "", sub: "", titleColor: "", bgColor: "", titleWidth: "400rpx", height: "44px", leftIconSize: 20, leftIconColor: "", autoBack: false, }; export default defaultProps;