@yuntijs/ui
Version:
☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps
6 lines • 380 B
JavaScript
export { default as ChatInputArea } from "./desktop/ChatInputArea";
export { ChatInputActionBar } from '@lobehub/ui/chat';
export { ChatInputAreaInner } from '@lobehub/ui/chat';
export { ChatSendButton } from '@lobehub/ui/chat';
export { ChatInputArea as MobileChatInputArea } from '@lobehub/ui/mobile';
export { ChatSendButton as MobileChatSendButton } from '@lobehub/ui/mobile';