UNPKG

@stimulus-library/mixins

Version:

A library of useful controllers for Stimulus

3 lines (2 loc) 173 B
import { Controller } from "@hotwired/stimulus"; export declare function useTimeout(controller: Controller, handler: (...args: any[]) => void, timeout: number): () => void;