You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|