UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 322 B
import { ReactNode } from 'react'; export interface ChatInputActionBarProps { leftAddons?: ReactNode; mobile?: boolean; padding?: number | string; rightAddons?: ReactNode; } declare const ChatInputActionBar: import("react").NamedExoticComponent<ChatInputActionBarProps>; export default ChatInputActionBar;