mirror of
https://github.com/faiztyanirh/clqms-shadcn-v1.git
synced 2026-04-27 03:16:33 +07:00
7 lines
165 B
Svelte
7 lines
165 B
Svelte
<script>
|
|
import { AlertDialog as AlertDialogPrimitive } from "bits-ui";
|
|
|
|
let { ...restProps } = $props();
|
|
</script>
|
|
|
|
<AlertDialogPrimitive.Portal {...restProps} /> |