From ca2bfbd3ef0daff1a16dffd877033c763ae16b35 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Tue, 8 Sep 2020 14:26:39 +0800 Subject: [PATCH] fix: modal icons type error --- types/modal.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/modal.d.ts b/types/modal.d.ts index ceb7f8d32..3aaa25f9b 100644 --- a/types/modal.d.ts +++ b/types/modal.d.ts @@ -42,7 +42,7 @@ export interface ModalOptions { /** * custom icon (Added in 1.14.0) */ - icon?: VNodeChild | JSX.Element | function; + icon?: VNodeChild | JSX.Element | Function; /** * Whether show mask or not. * @default true