Skip to content

Commit a047f5d

Browse files
committed
docs(type): supplement classnames and styles
1 parent 443a66b commit a047f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
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)