UNPKG

yanzhen-design-vue

Version:

27 lines (26 loc) 627 B
import { rowProps as rowProps$1 } from "ant-design-vue/es/grid/Row"; import { propsSeparate, buildProps } from "@yanzhen-libs/utils-vue"; import "../../../hooks/index.mjs"; import { useNamespace } from "../../../hooks/use-namespace/index.mjs"; const ns = useNamespace("row"); const rowOptions = { ns, class: ns.b(), name: ns.defineVNodeName() }; const rowName = rowOptions.name; const AntRowProps = propsSeparate(rowProps$1()); const rowProps = buildProps({ ...AntRowProps.props, text: String }); const rowEmits = { ...AntRowProps.emits }; export { AntRowProps, rowEmits, rowName, rowOptions, rowProps };