From 03e2145b46149a6693e66ec771f43199a29ff4d2 Mon Sep 17 00:00:00 2001 From: HongYang <33488114+hy993658052@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:27:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8components=E4=B8=AD=E6=9A=B4?= =?UTF-8?q?=E9=9C=B2pull-refresh=20(#3871)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hongyang03 --- src/components/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/index.tsx b/src/components/index.tsx index 1b7d07e36..2a42c52ce 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -57,6 +57,7 @@ import ChainedSelection from './ChainedSelection'; import TableSelection from './TableSelection'; import TreeSelection from './TreeSelection'; import AssociatedSelection from './AssociatedSelection'; +import PullRefresh from './PullRefresh'; export { NotFound, @@ -117,5 +118,6 @@ export { ListGroup, NumberInput, ArrayInput, - AnchorNav + AnchorNav, + PullRefresh };