4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
declare const mitt: {
|
|
//@ts-expect-error
|
|
<T = any>(): import("mitt").Emitter<T>;
|
|
}; |