mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-18 15:57:31 -03:00
8 lines
190 B
Svelte
8 lines
190 B
Svelte
<script lang="ts">
|
|
import { Dialog as DialogPrimitive } from "bits-ui";
|
|
|
|
let { ...restProps }: DialogPrimitive.PortalProps = $props();
|
|
</script>
|
|
|
|
<DialogPrimitive.Portal {...restProps} />
|