mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
Fix zIndex types, close #7622
This commit is contained in:
parent
5f938a6818
commit
11a6cd51a2
@ -40,7 +40,7 @@ export interface ModalProps {
|
||||
transitionName?: string;
|
||||
className?: string;
|
||||
getContainer?: (instance: React.ReactInstance) => HTMLElement;
|
||||
zIndex?: boolean;
|
||||
zIndex?: number;
|
||||
}
|
||||
|
||||
export interface ModalContext {
|
||||
|
Loading…
Reference in New Issue
Block a user