@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
6 lines • 295 B
JavaScript
import ChatInputAreaParent from "./ChatInputArea";
import ChatSendButton from "./components/ChatSendButton";
var ChatInputArea = ChatInputAreaParent;
ChatInputArea.SendButton = ChatSendButton;
export default ChatInputArea;
export { default as ChatSendButton } from "./components/ChatSendButton";