From fff1170e9186cc231205da286cb1c7b68624eff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kiner-tang=28=E6=96=87=E8=BE=89=29?= <1127031143@qq.com> Date: Tue, 28 Nov 2023 12:07:11 +0800 Subject: [PATCH] feat: operation default icons --- src/Preview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Preview.tsx b/src/Preview.tsx index 542786c..128c3ae 100644 --- a/src/Preview.tsx +++ b/src/Preview.tsx @@ -106,7 +106,7 @@ const Preview: React.FC = props => { movable = true, onClose, visible, - icons = defaultIcons, + icons, rootClassName, closeIcon, getContainer,