UNPKG

@melt-ui/svelte

Version:
3 lines (2 loc) 169 B
import type { InteractOutsideEvent } from '../actions/index.js'; export declare function createClickOutsideIgnore(meltId: string): (e: InteractOutsideEvent) => boolean;