yanzhen-design-vue
Version:
25 lines (24 loc) • 767 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const Col = require("ant-design-vue/es/grid/Col");
const utilsVue = require("@yanzhen-libs/utils-vue");
require("../../../hooks/index.cjs");
const index = require("../../../hooks/use-namespace/index.cjs");
const ns = index.useNamespace("col");
const colOptions = {
ns,
class: ns.b(),
name: ns.defineVNodeName()
};
const colName = colOptions.name;
const AntCol = utilsVue.propsSeparate(Col.colProps());
const colProps = utilsVue.buildProps({
...AntCol.props,
text: String
});
const colEmits = utilsVue.buildEmits(AntCol.emits);
exports.AntCol = AntCol;
exports.colEmits = colEmits;
exports.colName = colName;
exports.colOptions = colOptions;
exports.colProps = colProps;