feat: 在components中暴露pull-refresh (#3871)

Co-authored-by: hongyang03 <hongyang03@baidu.com>
This commit is contained in:
HongYang 2022-03-28 16:27:04 +08:00 committed by GitHub
parent cbd79b2c33
commit 03e2145b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
};