yanzhen-design-vue
Version:
17 lines (16 loc) • 402 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/col.vue.mjs";
import { AntCol, colEmits, colName, colOptions, colProps } from "./src/col.mjs";
import { YzSchemaCol } from "./schema.mjs";
import _sfc_main from "./src/col.vue2.mjs";
const YzCol = withInstall(_sfc_main);
export {
AntCol,
YzCol,
YzSchemaCol,
colEmits,
colName,
colOptions,
colProps,
YzCol as default
};