replay-viewer
Version:
Rocket League replay viewer React component and tooling
5 lines • 321 B
JavaScript
var _a;
import { PLAY_PAUSE } from "../../constants/eventNames";
import EventBus from "../EventBus";
export var addPlayPauseListener = (_a = EventBus.buildEvent(PLAY_PAUSE), _a.addEventListener), removePlayPauseListener = _a.removeEventListener, dispatchPlayPauseEvent = _a.dispatch;
//# sourceMappingURL=playPause.js.map