This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import type { PopoverArrowProps } from "../types.js";
|
||||
import FloatingLayerArrow from "../../utilities/floating-layer/components/floating-layer-arrow.svelte";
|
||||
|
||||
let { ref = $bindable(null), ...restProps }: PopoverArrowProps = $props();
|
||||
</script>
|
||||
|
||||
<FloatingLayerArrow bind:ref {...restProps} data-popover-arrow="" />
|
||||
Reference in New Issue
Block a user