UNPKG

@stimulus-library/mixins

Version:

A library of useful controllers for Stimulus

3 lines (2 loc) 160 B
import { Controller } from "@hotwired/stimulus"; export declare function useMixin(controller: Controller, setup: () => void, teardown: () => void): () => void;