UNPKG

element-plus

Version:

A Component Library for Vue 3

16 lines (13 loc) 338 B
import { buildProps } from '../../../utils/vue/props/runtime.mjs'; const anchorLinkProps = buildProps({ /** * @description the text content of the anchor link */ title: String, /** * @description The address of the anchor link */ href: String }); export { anchorLinkProps }; //# sourceMappingURL=anchor-link.mjs.map