From bb88498b4f57dff92d376674ff2582336de6c12b Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Wed, 16 Oct 2019 10:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=B4=E9=9C=B2=20alert2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/index.tsx | 2 ++ src/index.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/components/index.tsx b/src/components/index.tsx index fb48077bf..e06453747 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -37,11 +37,13 @@ import {default as ToastComponent, toast} from './Toast'; import Tooltip from './Tooltip'; import TooltipWrapper from './TooltipWrapper'; import Tree from './Tree'; +import Alert2 from './Alert2'; export { NotFound, Alert as AlertComponent, alert, + Alert2, confirm, AsideNav, Button, diff --git a/src/index.tsx b/src/index.tsx index 4851d553c..39ed5889e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -19,6 +19,7 @@ import { NotFound, AlertComponent, alert, + Alert2, confirm, AsideNav, Button, @@ -184,6 +185,7 @@ export { NotFound, AlertComponent, alert, + Alert2, confirm, AsideNav, Button,