UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 199 B
/// <reference types="react" /> import { ChatSendButtonProps } from '../type'; declare const ChatSendButton: import("react").NamedExoticComponent<ChatSendButtonProps>; export default ChatSendButton;