yanzhen-design-vue
Version:
17 lines (16 loc) • 412 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/row.vue.mjs";
import { AntRowProps, rowEmits, rowName, rowOptions, rowProps } from "./src/row.mjs";
import { YzSchemaRow } from "./schema.mjs";
import _sfc_main from "./src/row.vue2.mjs";
const YzRow = withInstall(_sfc_main);
export {
AntRowProps,
YzRow,
YzSchemaRow,
YzRow as default,
rowEmits,
rowName,
rowOptions,
rowProps
};