tdesign-vue-next
Version:
TDesign Component for vue-next
1 lines • 1.29 kB
Source Map (JSON)
{"version":3,"file":"descriptions-item-props.mjs","sources":["../../../components/descriptions/descriptions-item-props.ts"],"sourcesContent":["/* eslint-disable */\n\n/**\n * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC\n * */\n\nimport { TdDescriptionsItemProps } from '../descriptions/type';\nimport { PropType } from 'vue';\n\nexport default {\n /** 描述项内容 */\n content: {\n type: [String, Function] as PropType<TdDescriptionsItemProps['content']>,\n },\n /** 描述项内容,同 `content` */\n default: {\n type: [String, Function] as PropType<TdDescriptionsItemProps['default']>,\n },\n /** 描述项标签 */\n label: {\n type: [String, Function] as PropType<TdDescriptionsItemProps['label']>,\n },\n /** 占用的宽度数量 */\n span: {\n type: Number,\n default: 1,\n },\n};\n"],"names":["content","type","String","Function","label","span","Number"],"mappings":";;;;;;AASA,YAAe;AAEbA,EAAAA,OAAS,EAAA;AACPC,IAAAA,IAAA,EAAM,CAACC,MAAA,EAAQC,QAAQ,CAAA;GACzB;EAEA,SAAS,EAAA;AACPF,IAAAA,IAAA,EAAM,CAACC,MAAA,EAAQC,QAAQ,CAAA;GACzB;AAEAC,EAAAA,KAAO,EAAA;AACLH,IAAAA,IAAA,EAAM,CAACC,MAAA,EAAQC,QAAQ,CAAA;GACzB;AAEAE,EAAAA,IAAM,EAAA;AACJJ,IAAAA,IAAM,EAAAK,MAAA;IACN,SAAS,EAAA,CAAA;AACX,GAAA;AACF,CAAA;;;;"}