File size: 169 Bytes
bc20498
 
1
2
3
import type { InteractOutsideEvent } from '../actions/index.js';
export declare function createClickOutsideIgnore(meltId: string): (e: InteractOutsideEvent) => boolean;