fix bad merge
This commit is contained in:
parent
4d4fb3a0d7
commit
0a2f883761
|
@ -1,3 +1,10 @@
|
||||||
|
<script context="module" lang="ts">
|
||||||
|
export interface PopoverAPI {
|
||||||
|
show: () => void
|
||||||
|
hide: () => void
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import "@spectrum-css/popover/dist/index-vars.css"
|
import "@spectrum-css/popover/dist/index-vars.css"
|
||||||
import Portal from "svelte-portal"
|
import Portal from "svelte-portal"
|
||||||
|
|
Loading…
Reference in New Issue