8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
---
|
|
export type Props = astroHTML.JSX.AnchorHTMLAttributes
|
|
---
|
|
|
|
<a rel="noopener noreferrer" target="_blank" {...Astro.props}>
|
|
<slot />
|
|
</a>
|