UNPKG

@lobehub/ui

Version:

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

7 lines 294 B
import { ChatSendButtonProps } from "../type.mjs"; import { FC } from "react"; //#region src/chat/ChatInputArea/components/ChatSendButton.d.ts declare const ChatSendButton: FC<ChatSendButtonProps>; //#endregion export { ChatSendButton as default }; //# sourceMappingURL=ChatSendButton.d.mts.map