UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines (8 loc) 347 B
import { CometChatAvatar } from "./CometChatAvatar"; import { AvatarConfiguration, AvatarConfigurationInterface, } from "./AvatarConfiguration"; import { AvatarStyle, AvatarStyleInterface } from "./AvatarStyle"; export { CometChatAvatar, AvatarConfiguration, AvatarStyle }; export type { AvatarConfigurationInterface, AvatarStyleInterface };