ckgl/node_modules/vant/es/index-bar/index.mjs
2024-12-21 13:52:42 +08:00

11 lines
277 B
JavaScript

import { withInstall } from "../utils/index.mjs";
import _IndexBar from "./IndexBar.mjs";
const IndexBar = withInstall(_IndexBar);
var stdin_default = IndexBar;
import { indexBarProps } from "./IndexBar.mjs";
export {
IndexBar,
stdin_default as default,
indexBarProps
};