UNPKG

element-plus

Version:

A Component Library for Vue 3

10 lines (8 loc) 387 B
import { withInstall } from "../../utils/vue/install.mjs"; import { statisticProps } from "./src/statistic.mjs"; import statistic_default from "./src/statistic2.mjs"; //#region ../../packages/components/statistic/index.ts const ElStatistic = withInstall(statistic_default); //#endregion export { ElStatistic, ElStatistic as default, statisticProps }; //# sourceMappingURL=index.mjs.map