UNPKG

yanzhen-design-vue

Version:

13 lines (12 loc) 292 B
import { buildProps } from "@yanzhen-libs/utils-vue"; import { pageProviderItemProps } from "@yanzhen-lowcode/core"; const wrapperProps = buildProps({ ...pageProviderItemProps, tag: String // 自定义元素标签 }); const wrapperEmits = {}; export { wrapperEmits, wrapperProps };