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