@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
8 lines (7 loc) • 320 B
text/typescript
import { ChatSendButtonProps } from "../type.mjs";
import * as react116 from "react";
//#region src/mobile/ChatInputArea/components/ChatSendButton.d.ts
declare const ChatSendButton: react116.NamedExoticComponent<ChatSendButtonProps>;
//#endregion
export { ChatSendButton };
//# sourceMappingURL=ChatSendButton.d.mts.map