diff --git a/packages/user-login/README.md b/packages/user-login/README.md index 64ae59bc2..192d36d2f 100644 --- a/packages/user-login/README.md +++ b/packages/user-login/README.md @@ -145,14 +145,14 @@ export default Demo; | logo | logo | string | - | | projectName | 项目名称 | `string` | - | | className | 登陆样式 | `string` | - | -| type | 登录类型 | `account | phone | account` | +| type | 登录类型 | `account \| phone \| account` | | children | 自定义内容 | `React.ReactNode` | - | | formItems | 账号登录设置的formItem | `({ render?: React.ReactNode, inputProps?: InputProps } & FormItemProps)[]` | - | | formBtns | 表单操作按钮 | `{ label?: React.ReactNode, attr?: ButtonProps }[]` | - | | loading | 加载状态 | `boolean` | - | -| onFinish | 表单提交 | `(value: any, submitType: "account" | "phone") => void` | - | +| onFinish | 表单提交 | `(value: any, submitType: "account" \| "phone") => void` | - | | phoneFormItems | 手机号登录设置的 formItem 项 | `UserLoginProps["formItems"]` | - | | phoneCodeProps | 手机号FormItem 属性 | `FormItemProps` | - | | onSend | 自定义form表单内渲染 | `() => void` | - | | warpStyle | 外层样式 | `React.CSSProperties` | - | -| titleStyle | 标题样式 | `React.CSSProperties` | - | \ No newline at end of file +| titleStyle | 标题样式 | `React.CSSProperties` | - |