@sendbird/uikit-chat-hooks
Version:
A set of React hooks for integrating Sendbird chat functionality into your React app.
12 lines (11 loc) • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useOpenChannelList = void 0;
var _useOpenChannelListWithQuery = require("./useOpenChannelListWithQuery");
const useOpenChannelList = (sdk, userId, options) => {
return (0, _useOpenChannelListWithQuery.useOpenChannelListWithQuery)(sdk, userId, options);
};
exports.useOpenChannelList = useOpenChannelList;
//# sourceMappingURL=index.js.map