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