fix: missing maskClosable property in ModalFuncProps interface

This commit is contained in:
LongYinan 2017-07-17 15:26:37 +08:00
parent 02670cb174
commit bd5daa939a

View File

@ -56,6 +56,7 @@ export interface ModalFuncProps {
okText?: string;
cancelText?: string;
iconType?: string;
maskClosable?: boolean;
}
export type ModalFunc = (props: ModalFuncProps) => {
destroy: () => void,