UNPKG

element-plus

Version:

A Component Library for Vue 3

14 lines (12 loc) 356 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({ title: String, href: String }); //#endregion export { anchorLinkProps }; //# sourceMappingURL=anchor-link.mjs.map