mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
feat: 在components中暴露pull-refresh (#3871)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
This commit is contained in:
parent
cbd79b2c33
commit
03e2145b46
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user