UNPKG

@lobehub/ui

Version:

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

6 lines 247 B
import { ChatListProps } from "./type.mjs"; //#region src/chat/ChatList/ChatList.d.ts declare const ChatList: import("react").NamedExoticComponent<ChatListProps>; //#endregion export { ChatList as default }; //# sourceMappingURL=ChatList.d.mts.map