export more props of replayer to the UI

This commit is contained in:
Yanzhen Yu
2018-10-17 17:47:38 +08:00
parent d827fdc947
commit 8186f05e1c
5 changed files with 68 additions and 16 deletions

6
index.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
// TODO: remove this when mitt updated
declare namespace mitt {
interface MittStatic {
(all?: { [key: string]: Array<Handler> }): Emitter;
}
}