File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ ReactDOM.render(
53
53
| ---------------------- | ------------------------------ | --------- | ------------------------------------------------------------------------------- | ------- |
54
54
| prefixCls | String | rc-dialog | The dialog dom node's prefixCls | |
55
55
| 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 | |
58
58
| style | Object | {} | Root style for dialog element.Such as width, height | |
59
59
| zIndex | Number | | | |
60
60
| visible | Boolean | false | current dialog's visible status | |
You can’t perform that action at this time.
0 commit comments