1.0.0:first commit

This commit is contained in:
2026-03-26 01:23:19 +08:00
commit f8d5b11567
23562 changed files with 2853775 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import { withInstall, withNoopInstall } from "../../utils/vue/install.mjs";
import { anchorEmits, anchorProps } from "./src/anchor.mjs";
import anchor_default from "./src/anchor2.mjs";
import anchor_link_default from "./src/anchor-link2.mjs";
//#region ../../packages/components/anchor/index.ts
const ElAnchor = withInstall(anchor_default, { AnchorLink: anchor_link_default });
const ElAnchorLink = withNoopInstall(anchor_link_default);
//#endregion
export { ElAnchor, ElAnchor as default, ElAnchorLink, anchorEmits, anchorProps };
//# sourceMappingURL=index.mjs.map