From c2e6cd0f4168c49c567fea184fc80ff202cc735a Mon Sep 17 00:00:00 2001 From: witt Date: Mon, 27 Jul 2020 18:29:52 +0800 Subject: [PATCH] fix(modal): fix type of Modal.Action (#351) --- 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 6afe121..ddcae3e 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