UNPKG

element-plus

Version:

A Component Library for Vue 3

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