yanzhen-design-vue
Version:
16 lines (15 loc) • 448 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/section.vue.mjs";
import { sectionEmits, sectionName, sectionOptions, sectionProps } from "./src/section.mjs";
import { YzSchemaSection } from "./schema.mjs";
import _sfc_main from "./src/section.vue2.mjs";
const YzSection = withInstall(_sfc_main);
export {
YzSchemaSection,
YzSection,
YzSection as default,
sectionEmits,
sectionName,
sectionOptions,
sectionProps
};