UNPKG

nexus-react-core

Version:

A comprehensive React toolkit with services, hooks, and Redux store management

5 lines 599 B
export { apiCall, publicApiCall, setRouter, checkUserRole, getUserMongoId, fetchUserNotifications, getLatestNotificationsWithRefresh, handleUserLogin, fetchStreakStatus, updateStreak, markAllNotificationsAsRead, markNotificationAsRead, deleteNotification, getStreakCalendar, getStreakMultiplier, type RouterInterface, type StreakData, } from "./apiCall"; export { useIsMobile } from "./useIsMobile"; export { useNotifications, type Notification, type NotificationRouterInterface, } from "./useNotifications"; export { useFaceDetection } from "./useFaceDetection"; //# sourceMappingURL=index.d.ts.map