You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
785 B
1 lines
785 B
{"ast":null,"code":"import Icon from './src/icon2.mjs';\nexport { iconProps } from './src/icon.mjs';\nimport { withInstall } from '../../utils/vue/install.mjs';\nconst ElIcon = withInstall(Icon);\nexport { ElIcon, ElIcon as default };","map":{"version":3,"names":["ElIcon","withInstall","Icon"],"sources":["../../../../../packages/components/icon/index.ts"],"sourcesContent":["import { withInstall } from '@element-plus/utils'\n\nimport Icon from './src/icon.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElIcon: SFCWithInstall<typeof Icon> = withInstall(Icon)\nexport default ElIcon\n\nexport * from './src/icon'\n"],"mappings":";;;AAEY,MAACA,MAAM,GAAGC,WAAW,CAACC,IAAI","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|