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

13 lines
201 B
Plaintext
Raw Normal View History

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