@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
7 lines (6 loc) • 613 B
TypeScript
export { default as MobileChatInputArea, type MobileChatInputAreaProps, } from './MobileChatInputArea';
export { default as MobileChatSendButton, type MobileChatSendButtonProps, } from './MobileChatInputArea/SendButton';
export { default as MobileNavBar, type MobileNavBarProps } from './MobileNavBar';
export { default as MobileNavBarTitle, type MobileNavBarTitleProps, } from './MobileNavBar/MobileNavBarTitle';
export { default as MobileSafeArea, type MobileSafeAreaProps } from './MobileSafeArea';
export { default as MobileTabBar, type MobileTabBarItemProps, type MobileTabBarProps, } from './MobileTabBar';