10 lines
387 B
JavaScript
10 lines
387 B
JavaScript
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
|