first commit
This commit is contained in:
10
node_modules/vant/es/pull-refresh/index.mjs
generated
vendored
Normal file
10
node_modules/vant/es/pull-refresh/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { withInstall } from "../utils/index.mjs";
|
||||
import _PullRefresh from "./PullRefresh.mjs";
|
||||
const PullRefresh = withInstall(_PullRefresh);
|
||||
var stdin_default = PullRefresh;
|
||||
import { pullRefreshProps } from "./PullRefresh.mjs";
|
||||
export {
|
||||
PullRefresh,
|
||||
stdin_default as default,
|
||||
pullRefreshProps
|
||||
};
|
||||
Reference in New Issue
Block a user