mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Fix zIndex types, ref #7624
This commit is contained in:
parent
11a6cd51a2
commit
ea2c113530
@ -62,7 +62,7 @@ export interface ModalFuncProps {
|
||||
cancelText?: string;
|
||||
iconType?: string;
|
||||
maskClosable?: boolean;
|
||||
zIndex?: boolean;
|
||||
zIndex?: number;
|
||||
}
|
||||
export type ModalFunc = (props: ModalFuncProps) => {
|
||||
destroy: () => void,
|
||||
|
Loading…
Reference in New Issue
Block a user