UNPKG

@stimulus-library/mixins

Version:

A library of useful controllers for Stimulus

5 lines (4 loc) 201 B
import { Controller } from "@hotwired/stimulus"; export declare function useClickOutside(controller: Controller, element: HTMLElement, callback: (event: Event) => void): { teardown: () => void; };