2026-01-01 13:12:57 +03:00
|
|
|
<script lang="ts">
|
2026-01-02 11:11:04 +03:00
|
|
|
import { Dialog as SheetPrimitive } from 'bits-ui';
|
2026-01-01 13:12:57 +03:00
|
|
|
|
|
|
|
|
let { ref = $bindable(null), ...restProps }: SheetPrimitive.CloseProps = $props();
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<SheetPrimitive.Close bind:ref data-slot="sheet-close" {...restProps} />
|