UNPKG

element-plus

Version:

A Component Library for Vue 3

19 lines (18 loc) 472 B
import { buildProps } from "../../../utils/vue/props/runtime.mjs"; //#region ../../packages/components/anchor/src/anchor-link.ts /** * @deprecated Removed after 3.0.0, Use `AnchorLinkProps` instead. */ const anchorLinkProps = buildProps({ /** * @description the text content of the anchor link */ title: String, /** * @description The address of the anchor link */ href: String }); //#endregion export { anchorLinkProps }; //# sourceMappingURL=anchor-link.mjs.map