UNPKG

yanzhen-design-vue

Version:

13 lines (12 loc) 407 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const utilsVue = require("@yanzhen-libs/utils-vue"); const core = require("@yanzhen-lowcode/core"); const wrapperProps = utilsVue.buildProps({ ...core.pageProviderItemProps, tag: String // 自定义元素标签 }); const wrapperEmits = {}; exports.wrapperEmits = wrapperEmits; exports.wrapperProps = wrapperProps;