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

11 lines
186 B
Plaintext
Raw Permalink Normal View History

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