UNPKG

synthetic-event

Version:

A collection of base classes for custom events and event targets.

7 lines (6 loc) 156 B
import { EventTarget } from "./EventTarget"; export declare class Event { type: string; target: EventTarget; constructor(type: string); }