UNPKG

@stimulus-library/mixins

Version:

A library of useful controllers for Stimulus

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