mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Merge pull request #6854 from Brooooooklyn/issue/modal-func-props-interface
fix: missing maskClosable property in ModalFuncProps interface
This commit is contained in:
commit
6fe6480bd5
@ -56,6 +56,7 @@ export interface ModalFuncProps {
|
||||
okText?: string;
|
||||
cancelText?: string;
|
||||
iconType?: string;
|
||||
maskClosable?: boolean;
|
||||
}
|
||||
export type ModalFunc = (props: ModalFuncProps) => {
|
||||
destroy: () => void,
|
||||
|
Loading…
Reference in New Issue
Block a user