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