tdesign-vue-next
Version:
TDesign Component for vue-next
1 lines • 1.21 kB
Source Map (JSON)
{"version":3,"file":"paragraph-props.mjs","sources":["../../../components/typography/paragraph-props.ts"],"sourcesContent":["/* eslint-disable */\n\n/**\n * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC\n * */\n\nimport { TdParagraphProps } from '../typography/type';\nimport { PropType } from 'vue';\n\nexport default {\n /** 段落内容 */\n content: {\n type: [String, Function] as PropType<TdParagraphProps['content']>,\n },\n /** 段落内容 */\n default: {\n type: [String, Function] as PropType<TdParagraphProps['default']>,\n },\n /** 是否省略展示,可通过配置参数自定义省略操作的具体功能和样式 */\n ellipsis: {\n type: [Boolean, Object] as PropType<TdParagraphProps['ellipsis']>,\n default: false as TdParagraphProps['ellipsis'],\n },\n};\n"],"names":["content","type","String","Function","ellipsis","Boolean","Object"],"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,QAAU,EAAA;AACRH,IAAAA,IAAA,EAAM,CAACI,OAAA,EAASC,MAAM,CAAA;IACtB,SAAS,EAAA,KAAA;AACX,GAAA;AACF,CAAA;;;;"}