add params to ModalFunc (#1620)

pull/1614/head
Bernie 9 years ago committed by afc163
parent e869ef826d
commit 89c42f958c

@ -853,6 +853,7 @@ declare namespace Antd {
type ModalFunc = (options: { type ModalFunc = (options: {
visible?: boolean, visible?: boolean,
title?: React.ReactNode | string, title?: React.ReactNode | string,
content?: React.ReactNode | string,
onOk?: Function, onOk?: Function,
onCancel?: Function, onCancel?: Function,
width?: string | number, width?: string | number,

Loading…
Cancel
Save