mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
Fix zIndex types, ref #7624
This commit is contained in:
parent
823e07bc75
commit
0a3f6822f6
@ -62,7 +62,7 @@ export interface ModalFuncProps {
|
|||||||
cancelText?: string;
|
cancelText?: string;
|
||||||
iconType?: string;
|
iconType?: string;
|
||||||
maskClosable?: boolean;
|
maskClosable?: boolean;
|
||||||
zIndex?: boolean;
|
zIndex?: number;
|
||||||
}
|
}
|
||||||
export type ModalFunc = (props: ModalFuncProps) => {
|
export type ModalFunc = (props: ModalFuncProps) => {
|
||||||
destroy: () => void,
|
destroy: () => void,
|
||||||
|
Loading…
Reference in New Issue
Block a user