anchor-link.js 343 Bytes
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');

const anchorLinkProps = runtime.buildProps({
  title: String,
  href: String
});

exports.anchorLinkProps = anchorLinkProps;
//# sourceMappingURL=anchor-link.js.map