Fix zIndex types, close #7622

This commit is contained in:
afc163 2017-09-15 21:41:32 +08:00
parent 5f938a6818
commit 11a6cd51a2

View File

@ -40,7 +40,7 @@ export interface ModalProps {
transitionName?: string;
className?: string;
getContainer?: (instance: React.ReactInstance) => HTMLElement;
zIndex?: boolean;
zIndex?: number;
}
export interface ModalContext {