@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
20 lines (13 loc) • 455 B
text/typescript
export { CometChatNotificationFeed } from "./CometChatNotificationFeed";
export { Skeleton } from "./Skeleton";
export { getNotificationFeedStyleLight, getNotificationFeedStyleDark } from "./style";
export { groupFeedItemsByTimestamp } from "./utils";
export type {
CometChatNotificationFeedInterface,
} from "./CometChatNotificationFeed";
export type {
NotificationFeedStyle,
} from "./style";
export type {
TimestampGroup,
} from "./utils";