2026-03-06 17:03:35 +01:00
|
|
|
<script lang="ts">
|
2026-03-07 10:49:35 +01:00
|
|
|
import { Popover as PopoverPrimitive } from "bits-ui";
|
2026-03-06 17:03:35 +01:00
|
|
|
|
2026-03-07 10:49:35 +01:00
|
|
|
let { open = $bindable(false), ...restProps }: PopoverPrimitive.RootProps = $props();
|
2026-03-06 17:03:35 +01:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<PopoverPrimitive.Root bind:open {...restProps} />
|