UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

25 lines (24 loc) 930 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _GroupChannelNotificationsHeader = _interopRequireDefault(require("../component/GroupChannelNotificationsHeader")); var _GroupChannelNotificationsView = _interopRequireDefault(require("../component/GroupChannelNotificationsView")); var _moduleContext = require("./moduleContext"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const createGroupChannelNotificationsModule = ({ Header = _GroupChannelNotificationsHeader.default, View = _GroupChannelNotificationsView.default, Provider = _moduleContext.GroupChannelNotificationsContextsProvider, ...module } = {}) => { return { Header, View, Provider, ...module }; }; var _default = exports.default = createGroupChannelNotificationsModule; //# sourceMappingURL=createGroupChannelNotificationsModule.js.map