UNPKG

@lad-tech/mobydick-core

Version:

React Native components library focused on usability, accessibility and developer experience

14 lines (12 loc) 332 B
import ChatInputField from './ChatInputField'; import ChatInput from './ChatInput'; import ChatPressableIcon from './ChatPressableIcon'; import ChatMessage from './ChatMessage'; import ChatMessageAvatar from './ChatMessageAvatar'; export { ChatInputField, ChatInput, ChatPressableIcon, ChatMessage, ChatMessageAvatar, };