UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 284 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 }; //# sourceMappingURL=ChatSendButton.d.mts.map