UNPKG

@lobehub/ui

Version:

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

6 lines 414 B
export { default as MobileChatInputArea } from "./MobileChatInputArea"; export { default as MobileChatSendButton } from "./MobileChatInputArea/SendButton"; export { default as MobileNavBar } from "./MobileNavBar"; export { default as MobileNavBarTitle } from "./MobileNavBar/MobileNavBarTitle"; export { default as MobileSafeArea } from "./MobileSafeArea"; export { default as MobileTabBar } from "./MobileTabBar";