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 { ...restProps }: PopoverPrimitive.PortalProps = $props();
|
2026-03-06 17:03:35 +01:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<PopoverPrimitive.Portal {...restProps} />
|