diff --git a/src/lib/components/popover/Popover.svelte b/src/lib/components/popover/Popover.svelte index 582a683..bcdfc88 100644 --- a/src/lib/components/popover/Popover.svelte +++ b/src/lib/components/popover/Popover.svelte @@ -39,6 +39,10 @@ } return context; } + type TPopoverProps< + TSlotProps extends {}, + TAsProp extends SupportedAs + > = TPassThroughProps & {}; + - + diff --git a/src/lib/components/popover/PopoverOverlay.svelte b/src/lib/components/popover/PopoverOverlay.svelte index 2364fe1..f76dbad 100644 --- a/src/lib/components/popover/PopoverOverlay.svelte +++ b/src/lib/components/popover/PopoverOverlay.svelte @@ -1,3 +1,10 @@ + +