anchor-link.mjs 211 B

123456789
  1. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  2. const anchorLinkProps = buildProps({
  3. title: String,
  4. href: String
  5. });
  6. export { anchorLinkProps };
  7. //# sourceMappingURL=anchor-link.mjs.map