@yuntijs/ui
Version:
☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps
7 lines (6 loc) • 602 B
TypeScript
export { default as ChatInputArea, type ChatInputAreaProps } from './desktop/ChatInputArea';
export { ChatInputActionBar, type ChatInputActionBarProps } from '@lobehub/ui/chat';
export { ChatInputAreaInner, type ChatInputAreaInnerProps } from '@lobehub/ui/chat';
export { ChatSendButton, type ChatSendButtonProps } from '@lobehub/ui/chat';
export { ChatInputArea as MobileChatInputArea, type ChatInputAreaProps as MobileChatInputAreaProps, } from '@lobehub/ui/mobile';
export { ChatSendButton as MobileChatSendButton, type ChatSendButtonProps as MobileChatSendButtonProps, } from '@lobehub/ui/mobile';