astro-ghostcms/.pnpm-store/v3/files/71/6889e9db38e64e8e173d436dc92...

11 lines
186 B
Plaintext

---
interface Props {
class?: string;
}
const { class: className } = Astro.props;
---
<span class:list={["astronav-close-icon astronav-toggle hidden", className]}
><slot /></span
>