Skip to content

Commit 44ca553

Browse files
committed
fix types
1 parent 5d39ce6 commit 44ca553

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { EventHandlers } from './types'
1+
export interface EventHandlers {
2+
[key: string]: Map<Function, boolean>
3+
}
24

35
export default class EventManagment {
46
private eventHandlersMap: EventHandlers = {}

types/index.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)