juq-llm-kit
Version:
Customizable UI components for React Native (Expo) chat applications
10 lines (8 loc) • 378 B
text/typescript
// Export all components
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 types
export * from './types';