UNPKG

juq-llm-kit

Version:

Customizable UI components for React Native (Expo) chat applications

5 lines (4 loc) 150 B
import React from 'react'; import { ChatInputProps } from '../../types'; declare const ChatInput: React.FC<ChatInputProps>; export default ChatInput;