File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 | |
You can’t perform that action at this time.
0 commit comments