File size: 173 Bytes
bc20498
 
 
1
2
3
4
import type { Action } from 'svelte/action';
export type PortalConfig = string | HTMLElement | undefined;
export declare const usePortal: Action<HTMLElement, PortalConfig>;