@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
13 lines (10 loc) • 533 B
JavaScript
import { _ as __assign } from './bundle-DlZj_j5B.js';
import React__default from 'react';
import { S as SuggestedMentionListView } from './bundle-DaZcJrxP.js';
import { u as useThread } from './bundle-D14uJuP3.js';
var SuggestedMentionList = function (props) {
var currentChannel = useThread().state.currentChannel;
return (React__default.createElement(SuggestedMentionListView, __assign({}, props, { currentChannel: currentChannel })));
};
export { SuggestedMentionList as S };
//# sourceMappingURL=bundle-CqUKQRuq.js.map