UNPKG

stimbus

Version:

An event bus for stimulus

4 lines (3 loc) 197 B
import { Controller } from "@hotwired/stimulus"; export declare function useEventBus<T, K extends keyof T>(controller: Controller): void; export type { ControllerWithEventBus } from "./types/env";