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: {
visible?: boolean,
title?: React.ReactNode | string,
content?: React.ReactNode | string,
onOk?: Function,
onCancel?: Function,
width?: string | number,

Loading…
Cancel
Save