fix(modal): add forceRender interface

This commit is contained in:
Yangzhedi 2019-01-12 13:14:06 +08:00 committed by 偏右
parent 169a7c75a5
commit 0e1564f499

View File

@ -42,6 +42,8 @@ export interface ModalProps {
cancelText?: string;
/** 点击蒙层是否允许关闭*/
maskClosable?: boolean;
/** 强制渲染 Modal*/
forceRender?: boolean;
okButtonProps?: NativeButtonProps;
cancelButtonProps?: NativeButtonProps;
destroyOnClose?: boolean;