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