Browse Source

📝 upgrade ts comment

pull/13295/head
afc163 6 years ago
parent
commit
4abc2824e4
No known key found for this signature in database GPG Key ID: 738F973FCE5C6B48
  1. 2
      components/modal/Modal.tsx

2
components/modal/Modal.tsx

@ -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…
Cancel
Save