juq-llm-kit
Version:
Customizable UI components for React Native (Expo) chat applications
7 lines (6 loc) • 336 B
TypeScript
import ChatInput from './components/chat-kit/chat-input';
import LoadingTextAnimation from './components/chat-kit/loading-text-animation';
import Messages from './components/chat-kit/messages';
import Sidebar from './components/chat-kit/side-bar';
export { ChatInput, LoadingTextAnimation, Messages, Sidebar };
export * from './types';