Skip to content

Commit 9f3f872

Browse files
authored
docs: supplement classnames and styles (#443)
1 parent 443a66b commit 9f3f872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ ReactDOM.render(
5353
| ---------------------- | ------------------------------ | --------- | ------------------------------------------------------------------------------- | ------- |
5454
| prefixCls | String | rc-dialog | The dialog dom node's prefixCls | |
5555
| className | String | | additional className for dialog | |
56-
| classNames | { mask?: string; wrapper?: string; header?: string; body?: string; footer?: string} | | pass className to target area | |
57-
| styles | { mask?: CSSProperties; wrapper?: CSSProperties; header?: CSSProperties; body?: CSSProperties; footer?: CSSProperties} | | pass styles to target area | |
56+
| classNames | { header?: string; body?: string; footer?: string; mask?: string; content?: string; wrapper?: string; } | | pass className to target area | |
57+
| styles | { header?: CSSProperties; body?: CSSProperties; footer?: CSSProperties; mask?: CSSProperties; content?: CSSProperties; wrapper?: CSSProperties; } | | pass styles to target area | |
5858
| style | Object | {} | Root style for dialog element.Such as width, height | |
5959
| zIndex | Number | | | |
6060
| visible | Boolean | false | current dialog's visible status | |

0 commit comments

Comments
 (0)