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