chat-pane
Version:
Solid-compatible Panes: Chat
27 lines (26 loc) • 650 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getChat", {
enumerable: true,
get: function get() {
return _create.getChat;
}
});
Object.defineProperty(exports, "longChatPane", {
enumerable: true,
get: function get() {
return _longChatPane.longChatPane;
}
});
Object.defineProperty(exports, "shortChatPane", {
enumerable: true,
get: function get() {
return _shortChatPane.shortChatPane;
}
});
var _shortChatPane = require("./shortChatPane");
var _longChatPane = require("./longChatPane");
var _create = require("./create");
//# sourceMappingURL=main.js.map