yanzhen-design-vue
Version:
16 lines (15 loc) • 384 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/map.vue.mjs";
import { mapEmits, mapName, mapOptions, mapProps } from "./src/map.mjs";
import { YzSchemaMap } from "./schema.mjs";
import _sfc_main from "./src/map.vue2.mjs";
const YzMap = withInstall(_sfc_main);
export {
YzMap,
YzSchemaMap,
YzMap as default,
mapEmits,
mapName,
mapOptions,
mapProps
};