UNPKG

@lobehub/ui

Version:

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

6 lines 302 B
import { ChatSendButtonProps } from "../type.mjs"; //#region src/mobile/ChatInputArea/components/ChatSendButton.d.ts declare const ChatSendButton: import("react").NamedExoticComponent<ChatSendButtonProps>; //#endregion export { ChatSendButton as default }; //# sourceMappingURL=ChatSendButton.d.mts.map