@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
16 lines (13 loc) • 811 B
JavaScript
import React__default, { useContext } from 'react';
import { L as LocalizationContext } from '../../chunks/bundle-DxLnjDoJ.js';
import { L as Label, a as LabelTypography } from '../../chunks/bundle-FZ_FdxZT.js';
import '../../chunks/bundle-DlZj_j5B.js';
import '../../chunks/bundle-Dhutxl0X.js';
import '../../chunks/bundle-D89Qj0P4.js';
var FrozenNotification = function () {
var stringSet = useContext(LocalizationContext).stringSet;
return (React__default.createElement("div", { className: "sendbird-frozen-channel-notification" },
React__default.createElement(Label, { className: "sendbird-frozen-channel-notification__text", type: LabelTypography.CAPTION_2 }, stringSet.CHANNEL_FROZEN)));
};
export { FrozenNotification as default };
//# sourceMappingURL=FrozenChannelNotification.js.map