mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-22 03:15:56 +00:00
8 lines
210 B
Svelte
8 lines
210 B
Svelte
|
|
<script lang="ts">
|
||
|
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||
|
|
|
||
|
|
let { ...restProps }: ContextMenuPrimitive.PortalProps = $props();
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<ContextMenuPrimitive.Portal {...restProps} />
|