Skip to content

Commit

Permalink
:docs: docs: tip guide md (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: liangchaofei <liangchaofei@liangchaofeideMacBook-Pro.local>
  • Loading branch information
liangchaofei and liangchaofei authored Jan 9, 2024
1 parent 1c69f43 commit 3d8d767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TipGuide/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ You can use `offsetY` to vertically offset the guide point.
| maxWidth | Maximum width | number | 300 |
| open | Controlled open attribute | boolean | - |
| onOpenChange | Trigger when the open attribute changes | (open: boolean) => void | - |
| defaultOpen | Default open state | boolean | - |
| defaultOpen | Default open state | boolean | true |
| footerRender | Render API for customizing the footer part | (dom: React.ReactNode) => React.ReactNode | - |
2 changes: 1 addition & 1 deletion src/TipGuide/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ group: 基础组件
| maxWidth | 最大宽度 | number | 300 |
| open | 受控的 open 属性 | boolean | - |
| onOpenChange | 当 open 属性变化时候的触发 | (open: boolean) => void | - |
| defaultOpen | 默认时候的打开状态 | boolean | - |
| defaultOpen | 默认时候的打开状态 | boolean | true |
| footerRender | 用于自定义 footer 部分的 render api | (dom: React.ReactNode) => React.ReactNode | - |

0 comments on commit 3d8d767

Please sign in to comment.