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