export more props of replayer to the UI
This commit is contained in:
6
index.d.ts
vendored
Normal file
6
index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// TODO: remove this when mitt updated
|
||||
declare namespace mitt {
|
||||
interface MittStatic {
|
||||
(all?: { [key: string]: Array<Handler> }): Emitter;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user