Files
element-plus/packages/components/statistic/index.ts
zz 04f7ea8105 refactor(components): [statistic] (#10939)
* refactor(components): [statistic]

* fix: type error

* docs: fix style

* chore: use rAF

* chore: update docs
2022-12-12 10:42:48 +08:00

8 lines
205 B
TypeScript

import { withInstall } from '@element-plus/utils'
import Statistic from './src/statistic.vue'
export const ElStatistic = withInstall(Statistic)
export default ElStatistic
export * from './src/statistic'