1 |
- {"version":3,"sources":["../src/icon/props.ts"],"names":[],"mappings":"AAEA;;;KAGK;AAEL,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AACrC,QAAA,MAAM,KAAK,EAAE,WA2BZ,CAAC;AAEF,eAAe,KAAK,CAAC","file":"props.d.ts","sourcesContent":["/* eslint-disable */\n\n/**\n * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC\n * updated at 2021-09-20 16:58:42\n * */\n\nimport { TdIconProps } from './type';\nconst props: TdIconProps = {\n /** 图标自定义样式 */\n customStyle: {\n type: String,\n value: '',\n },\n /** 图标颜色 */\n color: {\n type: String,\n value: '',\n },\n /** 图标名称 */\n name: {\n type: String,\n value: '',\n required: true,\n },\n /** 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 */\n size: {\n type: String,\n value: undefined,\n },\n /** 自定义图标前缀 */\n prefix: {\n type: String,\n value: undefined,\n },\n};\n\nexport default props;\n"]}
|