mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
hotfixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import type { FloatingConfig } from '@melt-ui/svelte/internal/actions';
|
||||
import { fly, type FlyParams } from 'svelte/transition';
|
||||
|
||||
export let placement: FloatingConfig['placement'] = 'top';
|
||||
export let placement: NonNullable<FloatingConfig>['placement'] = 'top';
|
||||
export let disabled = false;
|
||||
export let closeOnPointerDown = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user