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
876 B
1 lines
876 B
{"ast":null,"code":"import Statistic from './src/statistic2.mjs';\nexport { statisticProps } from './src/statistic.mjs';\nimport { withInstall } from '../../utils/vue/install.mjs';\nconst ElStatistic = withInstall(Statistic);\nexport { ElStatistic, ElStatistic as default };","map":{"version":3,"names":["ElStatistic","withInstall","Statistic"],"sources":["../../../../../packages/components/statistic/index.ts"],"sourcesContent":["import { withInstall } from '@element-plus/utils'\nimport Statistic from './src/statistic.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElStatistic: SFCWithInstall<typeof Statistic> =\n withInstall(Statistic)\n\nexport default ElStatistic\nexport * from './src/statistic'\n"],"mappings":";;;AAEY,MAACA,WAAW,GAAGC,WAAW,CAACC,SAAS","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|