Files
rrweb/index.d.ts
2018-10-17 17:47:38 +08:00

7 lines
151 B
TypeScript

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