UNPKG

element-plus

Version:

A Component Library for Vue 3

10 lines (7 loc) 211 B
import { buildProps } from '../../../utils/vue/props/runtime.mjs'; const anchorLinkProps = buildProps({ title: String, href: String }); export { anchorLinkProps }; //# sourceMappingURL=anchor-link.mjs.map