Fix zIndex types, ref #7624

This commit is contained in:
afc163 2017-09-15 22:51:03 +08:00
parent 11a6cd51a2
commit ea2c113530

View File

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