Quillan-Ronin / llama.cpp /tools /server /webui /src /lib /components /ui /dropdown-menu /dropdown-menu-group.svelte
| <script lang="ts"> | |
| import { DropdownMenu as DropdownMenuPrimitive } from 'bits-ui'; | |
| let { ref = $bindable(null), ...restProps }: DropdownMenuPrimitive.GroupProps = $props(); | |
| </script> | |
| <DropdownMenuPrimitive.Group bind:ref data-slot="dropdown-menu-group" {...restProps} /> | |