astro-ghostcms/.pnpm-store/v3/files/65/85f79e6fb5c3e7479b45d3c6786...

13 lines
201 B
Plaintext

---
interface Props {
class?: string;
}
const { class: className } = Astro.props;
---
<div
class:list={["astronav-dropdown-submenu", className]}
aria-expanded="false">
<slot />
</div>