UNPKG

element-plus

Version:

A Component Library for Vue 3

19 lines (18 loc) 539 B
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); //#region ../../packages/components/anchor/src/anchor-link.ts /** * @deprecated Removed after 3.0.0, Use `AnchorLinkProps` instead. */ const anchorLinkProps = require("../../../utils/vue/props/runtime.js").buildProps({ /** * @description the text content of the anchor link */ title: String, /** * @description The address of the anchor link */ href: String }); //#endregion exports.anchorLinkProps = anchorLinkProps; //# sourceMappingURL=anchor-link.js.map