hfyk-app
Version:
导出问题
25 lines (22 loc) • 463 B
text/typescript
import 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: "#ffffff",
titleWidth: "400rpx",
height: "44px",
leftIconSize: 20,
leftIconColor: "",
autoBack: false
};
export default defaultProps;