From a1228468b54756c592af0a33923f46254f5c851d Mon Sep 17 00:00:00 2001 From: unix Date: Mon, 27 Jul 2020 18:25:51 +0800 Subject: [PATCH] fix(modal): fix type of Modal.Action --- components/modal/modal-action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal/modal-action.tsx b/components/modal/modal-action.tsx index 6afe12169..ddcae3ed7 100644 --- a/components/modal/modal-action.tsx +++ b/components/modal/modal-action.tsx @@ -106,4 +106,4 @@ type ComponentProps = Partial & ModalAction.defaultProps = defaultProps -export default ModalAction as ModalActionComponent +export default ModalAction as ModalActionComponent