vant
Version:
Mobile UI Components built on Vue
11 lines (10 loc) • 304 B
JavaScript
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
};