mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: missing maskClosable property in ModalFuncProps interface
This commit is contained in:
parent
02670cb174
commit
bd5daa939a
@ -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