UNPKG

@stimulus-library/mixins

Version:

A library of useful controllers for Stimulus

3 lines (2 loc) 233 B
import { Controller } from "@hotwired/stimulus"; export declare function useResizeObserver(controller: Controller, element: HTMLElement, handler: (entries: ResizeObserverEntry[]) => void, options: ResizeObserverOptions): () => void;