blob: 25efb877b73fc8100a4e797c6e5d28f6166c87e3 (
plain)
1
2
3
4
5
6
7
|
<script lang="ts">
import { Popover as PopoverPrimitive } from 'bits-ui';
let { ...restProps }: PopoverPrimitive.PortalProps = $props();
</script>
<PopoverPrimitive.Portal {...restProps} />
|