UNPKG

@stimulus-library/mixins

Version:

A library of useful controllers for Stimulus

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