DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
282 Bytes
import { noop } from '../../helpers/index.js';
import type { InteractOutsideConfig } from './types.js';
export declare function useInteractOutside(node: HTMLElement, config: InteractOutsideConfig): {
update: (config: InteractOutsideConfig) => void;
destroy: typeof noop;
};