UNPKG

@lobehub/ui

Version:

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

4 lines 242 B
export { default as ChatHeader, ChatHeaderTitle } from "./ChatHeader"; export { default as ChatInputArea, ChatSendButton } from "./ChatInputArea"; export { default as SafeArea } from "./SafeArea"; export { default as TabBar } from "./TabBar";