UNPKG

@chatscope/use-chat

Version:

React hook for state management in chat applications

9 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageDirection = void 0; var MessageDirection; (function (MessageDirection) { MessageDirection["Incoming"] = "incoming"; MessageDirection["Outgoing"] = "outgoing"; })(MessageDirection = exports.MessageDirection || (exports.MessageDirection = {})); //# sourceMappingURL=MessageDirection.js.map