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