UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 369 B
export { default as ChatInputActionBar, type ChatInputActionBarProps } from './ChatInputActionBar'; export { default as ChatInputArea, type ChatInputAreaProps } from './ChatInputArea'; export { default as ChatInputAreaInner, type ChatInputAreaInnerProps } from './ChatInputAreaInner'; export { default as ChatSendButton, type ChatSendButtonProps } from './SendButton';