{"version":3,"file":"descriptions-row.mjs","names":[],"sources":["../../../../../../packages/components/descriptions/src/descriptions-row.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { DescriptionItemVNode } from './description-item'\n\nexport interface DescriptionsRowProps {\n  row?: DescriptionItemVNode[]\n}\n\n/**\n * @deprecated Removed after 3.0.0, Use `DescriptionsRowProps` instead.\n */\nexport const descriptionsRowProps = buildProps({\n  row: {\n    type: definePropType<DescriptionItemVNode[]>(Array),\n    default: () => [],\n  },\n} as const)\n"],"mappings":";;;;;;AAWA,MAAa,uBAAuB,WAAW,EAC7C,KAAK;CACH,MAAM,eAAuC,MAAM;CACnD,eAAe,EAAE;CAClB,EACF,CAAU"}