Skip to content

Commit

Permalink
Merge branch 'dev-docs' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed Jun 14, 2024
2 parents 2a5380c + 26f55dc commit 60d6a2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions public/doc-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -1857,9 +1857,9 @@ export default () => {
- `isFullscreen`: `boolean`, necessary when `showAdjust = true`, status of fullscreen.
- `trigger`: `ReactNode`, necessary, it is usually an icon, which is displayed on the toolbar.
- `children`: `ReactNode`, necessary, content of Modal.
- `className`: `string`, `^4.17.0`, not necessary.
- `style`: `CSSProperties`, `^4.17.0`, not necessary.
- `showMask`: `boolean`, `^4.17.0`, not necessary, whether to display the mask layer, default `false`.
- `className`: `string`, `^4.16.8`, not necessary.
- `style`: `CSSProperties`, `^4.16.8`, not necessary.
- `showMask`: `boolean`, `^4.16.8`, not necessary, whether to display the mask layer, default `false`.

- **events**

Expand Down Expand Up @@ -2016,7 +2016,7 @@ It is usually used in conjunction with `DropdownToolbar`.
- `children`: `ReactNode`, necessary, content of Modal.
- `className`: `string`, not necessary.
- `style`: `CSSProperties`, not necessary.
- `showMask`: `boolean`, `^4.17.0`, not necessary, whether to display the mask layer, default `false`.
- `showMask`: `boolean`, `^4.16.8`, not necessary, whether to display the mask layer, default `false`.
- **events**
Expand Down
8 changes: 4 additions & 4 deletions public/doc-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -1901,9 +1901,9 @@ export default () => {
- `isFullscreen`: `boolean`,显示全屏按钮时必须,弹窗全屏状态。
- `trigger`: `ReactNode`,必须,通常是个图标,用来展示在工具栏上。
- `children`: `ReactNode`,必须,弹窗中的内容。
- `className`: `string``^4.17.0`,非必须,类名。
- `style`: `CSSProperties``^4.17.0`,非必须,样式。
- `showMask`: `boolean``^4.17.0`,非必须,是否展示遮罩层,默认false
- `className`: `string``^4.16.8`,非必须,类名。
- `style`: `CSSProperties``^4.16.8`,非必须,样式。
- `showMask`: `boolean``^4.16.8`,非必须,是否展示遮罩层,默认false

- **events**

Expand Down Expand Up @@ -2060,7 +2060,7 @@ export default () => {
- `children`: `ReactNode`,非必须,弹窗显示的内容。
- `className`: `string`,非必须,类名。
- `style`: `CSSProperties`,非必须,样式。
- `showMask`: `boolean``^4.17.0`,非必须,是否展示遮罩层,默认false
- `showMask`: `boolean``^4.16.8`,非必须,是否展示遮罩层,默认false

- **events**

Expand Down

0 comments on commit 60d6a2a

Please sign in to comment.