@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
5 lines (4 loc) • 404 B
TypeScript
export { default as ChatHeader, type ChatHeaderProps, ChatHeaderTitle, type ChatHeaderTitleProps, } from './ChatHeader';
export { default as ChatInputArea, type ChatInputAreaProps, ChatSendButton, type ChatSendButtonProps, } from './ChatInputArea';
export { default as SafeArea, type SafeAreaProps } from './SafeArea';
export { default as TabBar, type TabBarItemType, type TabBarProps } from './TabBar';