yanzhen-design-vue
Version:
15 lines (14 loc) • 363 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/list.vue.mjs";
import { listEmits, listModes, listName, listOptions, listProps } from "./src/list.mjs";
import _sfc_main from "./src/list.vue2.mjs";
const YzList = withInstall(_sfc_main);
export {
YzList,
YzList as default,
listEmits,
listModes,
listName,
listOptions,
listProps
};