UNPKG

@lobehub/ui

Version:

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

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