@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
16 lines (13 loc) • 463 B
text/typescript
import { StickerConfigurationInterface } from "./StickerConfiguration";
import { CometChatStickerBubble, CometChatStickerBubbleProps } from "./StickersBubble";
import { StickersExtension } from "./StickersExtension";
import { StickersExtensionDecorator } from "./StickersExtensionDecorator";
export {
CometChatStickerBubble,
StickersExtension,
StickersExtensionDecorator,
};
export type {
StickerConfigurationInterface,
CometChatStickerBubbleProps
};