Clémentine
Init
ffdff5d
raw
history blame
145 Bytes
---
const { html, class: className, ariaLabel } = Astro.props;
---
<div class={className} role="img" aria-label={ariaLabel} set:html={html} />