3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
|
|
import mitt from 'mitt'
|
||
|
|
const emitter = new mitt()
|
||
|
|
export default emitter
|