UNPKG

yanzhen-design-vue

Version:

17 lines (16 loc) 702 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const core = require("@yanzhen-lowcode/core"); require("./src/row.vue.cjs"); const row = require("./src/row.cjs"); const schema = require("./schema.cjs"); const row_vue_vue_type_script_setup_true_lang = require("./src/row.vue2.cjs"); const YzRow = core.withInstall(row_vue_vue_type_script_setup_true_lang.default); exports.AntRowProps = row.AntRowProps; exports.rowEmits = row.rowEmits; exports.rowName = row.rowName; exports.rowOptions = row.rowOptions; exports.rowProps = row.rowProps; exports.YzSchemaRow = schema.YzSchemaRow; exports.YzRow = YzRow; exports.default = YzRow;