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
347 B
JavaScript

import { withInstall } from "../../utils/vue/install.mjs";
import { badgeProps } from "./src/badge.mjs";
import badge_default from "./src/badge2.mjs";
//#region ../../packages/components/badge/index.ts
const ElBadge = withInstall(badge_default);
//#endregion
export { ElBadge, ElBadge as default, badgeProps };
//# sourceMappingURL=index.mjs.map