MCPcopy
hub / github.com/FormidableLabs/nuka-carousel / Document

Interface Document

packages/nuka/globals.d.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7interface Document {
8 attachEvent(event: string, listener: EventListener): boolean;
9 detachEvent(event: string, listener: EventListener): void;
10 [index: string]: EventListener | null;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected