Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/antdpro/antdp
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Jun 12, 2023
2 parents c43836c + da8f8c3 commit 7abb4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/user-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | - |
| titleStyle | 标题样式 | `React.CSSProperties` | - |

0 comments on commit 7abb4e4

Please sign in to comment.