Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
miracles1919 committed Jul 14, 2023
1 parent 17a571b commit 8438870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/action-sheet/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Triggered by user operation, it provides a set of two or more options related to
| onClose | Triggered when closed | `() => void` | - |
| onMaskClick | Triggered when the mask layer is clicked | `() => void` | - |
| popupClassName | `ActionSheet` popup class name | `string` | - |
| popupStyle | `ActionSheet` popup style | `React.CSSProperties` | - | Will be removed in the next version, use `styles` instead |
| safeArea | Whether to enable safe area padding | `boolean` | `true` |
| visible | To show or hide the action sheet | `boolean` | `false` |
| styles | Semantic structure style | `Partial<Record<'popup' \| 'popupBody' \| 'popupMask', CSSProperties>>` | - | 5.33.0 |
Expand Down
1 change: 0 additions & 1 deletion src/components/action-sheet/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
| onClose | 关闭时触发 | `() => void` | - |
| onMaskClick | 点击背景蒙层时触发 | `() => void` | - |
| popupClassName | `ActionSheet` 弹出层类名 | `string` | - |
| popupStyle | `ActionSheet` 弹出层样式 | `React.CSSProperties` | - | 下个版本移除,推荐 `styles` |
| safeArea | 是否开启安全区适配 | `boolean` | `true` |
| visible | 显示隐藏 | `boolean` | `false` |
| styles | 语义化结构 style | `Partial<Record<'popup' \| 'popupBody' \| 'popupMask', CSSProperties>>` | - | 5.33.0 |
Expand Down

0 comments on commit 8438870

Please sign in to comment.