7 lines
214 B
TypeScript
7 lines
214 B
TypeScript
export declare class Event {
|
|
readonly target: EventTarget;
|
|
readonly type: string;
|
|
readonly timeStamp: number;
|
|
constructor(type: string, init?: EventInit);
|
|
}
|
|
//# sourceMappingURL=Event.d.ts.map
|