first commit
This commit is contained in:
10
node_modules/vant/es/index-bar/index.mjs
generated
vendored
Normal file
10
node_modules/vant/es/index-bar/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
};
|
||||
Reference in New Issue
Block a user