element-plus
Version:
A Component Library for Vue 3
14 lines (9 loc) • 307 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
var runtime = require('../../../utils/vue/props/runtime.js');
const anchorLinkProps = runtime.buildProps({
title: String,
href: String
});
exports.anchorLinkProps = anchorLinkProps;
//# sourceMappingURL=anchor-link.js.map
;