File size: 225 Bytes
3109fce
0eac98b
3109fce
 
 
 
 
1
2
3
4
5
6
7
8
<script lang="ts">
	import { Tooltip as TooltipPrimitive } from 'bits-ui';

	let { open = $bindable(false), ...restProps }: TooltipPrimitive.RootProps = $props();
</script>

<TooltipPrimitive.Root bind:open {...restProps} />