@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
7 lines (6 loc) • 451 B
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 };