Spaces:
Running
Running
File size: 245 Bytes
2961a5b | 1 2 3 4 5 6 7 8 | <script lang="ts">
import { DropdownMenu as DropdownMenuPrimitive } from 'bits-ui';
let { open = $bindable(false), ...restProps }: DropdownMenuPrimitive.RootProps = $props();
</script>
<DropdownMenuPrimitive.Root bind:open {...restProps} />
|