1 2 3 4 5 6 7
<script lang="ts"> import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui"; let { open = $bindable(false), ...restProps }: DropdownMenuPrimitive.SubProps = $props(); </script> <DropdownMenuPrimitive.Sub bind:open {...restProps} />