astro-ghostcms/.pnpm-store/v3/files/14/fcf8ff2b919f564234d89acb1f1...

10 lines
181 B
Plaintext
Raw Normal View History

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