DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
import type { Action } from 'svelte/action';
export type PortalConfig = string | HTMLElement | undefined;
export declare const usePortal: Action<HTMLElement, PortalConfig>;