mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
📝 upgrade ts comment
This commit is contained in:
parent
c0ba2eb456
commit
4abc2824e4
@ -26,7 +26,7 @@ export interface ModalProps {
|
||||
/** 点击模态框右上角叉、取消按钮、Props.maskClosable 值为 true 时的遮罩层或键盘按下 Esc 时的回调*/
|
||||
onCancel?: (e: React.MouseEvent<any>) => void;
|
||||
afterClose?: () => void;
|
||||
/** 居中 */
|
||||
/** 垂直居中 */
|
||||
centered?: boolean;
|
||||
/** 宽度*/
|
||||
width?: string | number;
|
||||
|
Loading…
Reference in New Issue
Block a user