vant
Version:
Mobile UI Components built on Vue
11 lines (10 loc) • 295 B
JavaScript
import { withInstall } from "../utils/index.mjs";
import _TreeSelect from "./TreeSelect.mjs";
const TreeSelect = withInstall(_TreeSelect);
var stdin_default = TreeSelect;
import { treeSelectProps } from "./TreeSelect.mjs";
export {
TreeSelect,
stdin_default as default,
treeSelectProps
};