UNPKG

@benev/nubs

Version:
5 lines (4 loc) 209 B
import { LitListener } from "./lit-listener.js"; export declare function attachEvents(target: EventTarget, spec: { [key: string]: ((event: Event & any) => void) | LitListener<Event & any>; }): () => void;