yanzhen-design-vue
Version:
17 lines (16 loc) • 402 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/tag.vue.mjs";
import { AntTag, tagEmits, tagName, tagOptions, tagProps } from "./src/tag.mjs";
import { YzSchemaTag } from "./schema.mjs";
import _sfc_main from "./src/tag.vue2.mjs";
const YzTag = withInstall(_sfc_main);
export {
AntTag,
YzSchemaTag,
YzTag,
YzTag as default,
tagEmits,
tagName,
tagOptions,
tagProps
};