{"version":3,"file":"list-item-props.mjs","sources":["../../../components/list/list-item-props.ts"],"sourcesContent":["/* eslint-disable */\n\n/**\n * 该文件为脚本自动生成文件，请勿随意修改。如需修改请联系 PMC\n * */\n\nimport { TdListItemProps } from '../list/type';\nimport { PropType } from 'vue';\n\nexport default {\n  /** 操作栏 */\n  action: {\n    type: [String, Function] as PropType<TdListItemProps['action']>,\n  },\n  /** 内容 */\n  content: {\n    type: [String, Function] as PropType<TdListItemProps['content']>,\n  },\n  /** 内容，同 content */\n  default: {\n    type: [String, Function] as PropType<TdListItemProps['default']>,\n  },\n};\n"],"names":["action","type","String","Function","content"],"mappings":";;;;;;AASA,YAAe;AAEbA,EAAAA,MAAQ,EAAA;AACNC,IAAAA,IAAA,EAAM,CAACC,MAAA,EAAQC,QAAQ,CAAA;GACzB;AAEAC,EAAAA,OAAS,EAAA;AACPH,IAAAA,IAAA,EAAM,CAACC,MAAA,EAAQC,QAAQ,CAAA;GACzB;EAEA,SAAS,EAAA;AACPF,IAAAA,IAAA,EAAM,CAACC,MAAA,EAAQC,QAAQ,CAAA;AACzB,GAAA;AACF,CAAA;;;;"}