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