UNPKG

@state-sync/redux-path-reducer

Version:
5 lines (4 loc) 121 B
import { IncomingEvents } from './Events'; export interface IEventListener { onEvent(event: IncomingEvents): void; }