mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 03:52:57 +00:00
fff
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import * as events from './web'
|
||||
|
||||
type EventConstructor = typeof events.Event
|
||||
type EventTargetConstructor = typeof events.EventTarget
|
||||
|
||||
declare global {
|
||||
type Event = events.Event
|
||||
type EventTarget = events.EventTarget
|
||||
|
||||
const Event: EventConstructor
|
||||
const EventTarget: EventTargetConstructor
|
||||
}
|
||||
Reference in New Issue
Block a user