import type { Action } from 'svelte/action'; | |
export type PortalConfig = string | HTMLElement | undefined; | |
export declare const usePortal: Action<HTMLElement, PortalConfig>; | |
import type { Action } from 'svelte/action'; | |
export type PortalConfig = string | HTMLElement | undefined; | |
export declare const usePortal: Action<HTMLElement, PortalConfig>; | |