element-plus
Version:
A Component Library for Vue 3
18 lines (14 loc) • 370 B
JavaScript
;
var runtime = require('../../../utils/vue/props/runtime.js');
const anchorLinkProps = runtime.buildProps({
/**
* @description the text content of the anchor link
*/
title: String,
/**
* @description The address of the anchor link
*/
href: String
});
exports.anchorLinkProps = anchorLinkProps;
//# sourceMappingURL=anchor-link.js.map