Files
rrweb/index.d.ts
2026-04-01 12:00:00 +08:00

7 lines
151 B
TypeScript

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