UNPKG

@stimulus-library/utilities

Version:

A library of useful controllers for Stimulus

3 lines (2 loc) 173 B
import { Controller } from "@hotwired/stimulus"; export declare function controllerMethod<C extends Controller>(controller: C, methodName: string): (...args: any[]) => any;