vant
Version:
Mobile UI Components built on Vue
11 lines (10 loc) • 304 B
JavaScript
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
};