UNPKG

juq-llm-kit

Version:

Customizable UI components for React Native (Expo) chat applications

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