stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
59 lines • 2.12 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _useNotificationApi = require("./useNotificationApi");
Object.keys(_useNotificationApi).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _useNotificationApi[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _useNotificationApi[key];
}
});
});
var _useNotificationListController = require("./useNotificationListController");
Object.keys(_useNotificationListController).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _useNotificationListController[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _useNotificationListController[key];
}
});
});
var _useNotifications = require("./useNotifications");
Object.keys(_useNotifications).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _useNotifications[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _useNotifications[key];
}
});
});
var _useNotificationTarget = require("./useNotificationTarget");
Object.keys(_useNotificationTarget).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _useNotificationTarget[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _useNotificationTarget[key];
}
});
});
var _useSystemNotifications = require("./useSystemNotifications");
Object.keys(_useSystemNotifications).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _useSystemNotifications[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _useSystemNotifications[key];
}
});
});
//# sourceMappingURL=index.js.map