Graduation
/
ui
/node_modules
/@melt-ui
/svelte
/dist
/internal
/actions
/interact-outside
/action.d.ts
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; | |
}; | |