6b7fcc936db4224a1ab503b4294d88bd792dfb86b3cb57acb0d12819235eafb636204c4fdf400a1c8235a9a8cc700bf4b2df6bc3864d357d26b1e8c0ebc75b 307 B

12345678910111213
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var runtime = require('../../../utils/vue/props/runtime.js');
  4. const anchorLinkProps = runtime.buildProps({
  5. title: String,
  6. href: String
  7. });
  8. exports.anchorLinkProps = anchorLinkProps;
  9. //# sourceMappingURL=anchor-link.js.map