MCPcopy
hub / github.com/dolphin-wood/smooth-scrollbar / EventHandler

Interface EventHandler

src/utils/event-hub.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Scrollbar } from '../interfaces/';
2
3export interface EventHandler {
4 (event: any): void;
5}
6
7type EventConfig = {
8 elem: EventTarget,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…