@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (9 loc) • 408 B
JavaScript
import ChatInputArea_default$1 from "./ChatInputArea.mjs";
import ChatSendButton_default from "./components/ChatSendButton.mjs";
//#region src/mobile/ChatInputArea/index.ts
const ChatInputArea = ChatInputArea_default$1;
ChatInputArea.SendButton = ChatSendButton_default;
var ChatInputArea_default = ChatInputArea;
//#endregion
export { ChatInputArea_default as default };
//# sourceMappingURL=index.mjs.map