UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

15 lines (13 loc) 666 B
import ChatInputAreaInner_default from "./components/ChatInputAreaInner.mjs"; import ChatInputArea_default$1 from "./ChatInputArea.mjs"; import ChatInputActionBar_default from "./components/ChatInputActionBar.mjs"; import ChatSendButton_default from "./components/ChatSendButton.mjs"; //#region src/chat/ChatInputArea/index.ts const ChatInputArea = ChatInputArea_default$1; ChatInputArea.Inner = ChatInputAreaInner_default; ChatInputArea.ActionBar = ChatInputActionBar_default; ChatInputArea.SendButton = ChatSendButton_default; var ChatInputArea_default = ChatInputArea; //#endregion export { ChatInputArea_default as default }; //# sourceMappingURL=index.mjs.map