1<script lang="ts">
2	import { DropdownMenu as DropdownMenuPrimitive } from 'bits-ui';
3
4	let { ref = $bindable(null), ...restProps }: DropdownMenuPrimitive.GroupProps = $props();
5</script>
6
7<DropdownMenuPrimitive.Group bind:ref data-slot="dropdown-menu-group" {...restProps} />